#BUGFIX
authorClaus Gittinger <cg@exept.de>
Thu, 04 Feb 2016 14:22:28 +0100
changeset 19147 dc16eac48a43
parent 19146 29102aa35885
child 19148 705da493d1e9
#BUGFIX class: MiniDebugger changed: #doCommand:
MiniDebugger.st
--- a/MiniDebugger.st	Thu Feb 04 13:55:28 2016 +0100
+++ b/MiniDebugger.st	Thu Feb 04 14:22:28 2016 +0100
@@ -780,9 +780,9 @@
         ^ false
     ].
     (cmd == $Y) ifTrue:[
-        Smalltalk restart.
-        "/ not reached
-        ^ false
+        Smalltalk openDisplay.
+        NewLauncher open.
+        ^ true
     ].
 
     (cmd == $.) ifTrue:[self printDot. ^ false ].