Smalltalk.st
changeset 21013 ba1733da301b
parent 21012 6772b908eabe
child 21014 5862c432360a
--- a/Smalltalk.st	Wed Nov 23 15:20:15 2016 +0100
+++ b/Smalltalk.st	Wed Nov 23 15:21:20 2016 +0100
@@ -4674,7 +4674,7 @@
                                         ('Smalltalk [info]: compile: "', filterCode, '"...') infoPrintCR.
                                     ].
                                     Compiler
-                                        compile:'doIt:line ',arg
+                                        compile:'doIt:line ',filterCode
                                         forClass:String
                                         notifying:(EvalScriptingErrorHandler new source:filterCode).