TerminalSession.st
changeset 5072 1a686ebe8711
parent 4676 e9e8de763fb7
child 5198 96e6169808a6
--- a/TerminalSession.st	Wed Jul 31 23:16:28 2019 +0200
+++ b/TerminalSession.st	Thu Aug 08 15:17:47 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2013 by eXept Software AG
               All Rights Reserved
@@ -840,7 +838,7 @@
             ] ifCurtailed:[
                 "/ read any remaining data
                 (self readAnyAvailableData > 0) ifTrue:[
-                    self halt:'to check if this solves the make problem'.
+                    "/ self halt:'to check if this solves the make problem'.
                 ].
                 readerProcess := nil.   
             ]