#OTHER
authorStefan Vogel <sv@exept.de>
Fri, 04 Dec 2015 12:32:08 +0100
changeset 15981 d859a227e0b6
parent 15979 20293250af55
child 15982 159a73773eb4
child 15983 91d46574eaea
#OTHER class: AbstractFileBrowser changed: #singleFileFileIn:lazy: continue filein when doing a continue after an error
AbstractFileBrowser.st
--- a/AbstractFileBrowser.st	Wed Dec 02 20:02:14 2015 +0100
+++ b/AbstractFileBrowser.st	Fri Dec 04 12:32:08 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -8302,6 +8300,7 @@
                     "/ loading a regular (chunk) or xml source file
                     Error handle:[:ex |
                         self errorNotify:'Error during file in: ', ex description.
+                        ex resume.
                     ] do:[
                         aStream := fileName readStream.
                         [