#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Wed, 28 Aug 2019 10:30:19 +0200
changeset 24671 e622818210bd
parent 24670 6050febf09b9
child 24672 2fd16163a954
#REFACTORING by exept class: Class changed: #fileOutAs:
Class.st
--- a/Class.st	Wed Aug 28 10:29:07 2019 +0200
+++ b/Class.st	Wed Aug 28 10:30:19 2019 +0200
@@ -2646,7 +2646,7 @@
             sameFile ifTrue:[
                 ^ FileOutErrorSignal
                     raiseRequestWith:filenameString
-                    errorString:(' - may not overwrite sourcefile: %1\try again after loading sources in the browser' withCRs bindWith:filenameString)
+                    errorString:(c' - may not overwrite sourcefile: %1\ntry again after loading sources in the browser' bindWith:filenameString)
             ].
 
             outStream := FileStream newTemporaryIn:filename directory.