# HG changeset patch # User Claus Gittinger # Date 1479910880 -3600 # Node ID ba1733da301b3180ac6d836b7d7b8ccd55c4e6ef # Parent 6772b908eabe2f76f37951696bdf4c50abf89d1b #FEATURE by cg class: Smalltalk changed: #start diff -r 6772b908eabe -r ba1733da301b Smalltalk.st --- 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).