diff -r 5d1367f2f32a -r 15d100b9b7ed Workspace.st --- a/Workspace.st Sat Jan 18 21:16:50 2020 +0100 +++ b/Workspace.st Sun Jan 19 14:37:47 2020 +0100 @@ -2729,6 +2729,10 @@ !Workspace methodsFor:'queries'! +canDivertOutput + ^ false +! + isWorkspace "back-query from the compiler to ask if this is an interactive view (for error feedback)"