Smalltalk.st
changeset 20565 6c2a63cd3931
parent 20557 1d6ece180d90
child 20572 46cece0d82ed
child 20579 9add81aadb7a
--- a/Smalltalk.st	Sat Oct 08 23:15:08 2016 +0200
+++ b/Smalltalk.st	Sun Oct 09 00:49:54 2016 +0200
@@ -4795,6 +4795,7 @@
         self exit:statusInteger
     ] ifFalse:[
         self warn:'Application asks Smalltalk to exit (suppressed in IDE).'.
+        AbortOperationRequest raise.
     ]
 
     "