From 888e7c096cc8abeeb47438db2c593e8a869c4375 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 16 Mar 2011 00:03:45 -0400 Subject: Always quit Moxie when the REPL dies. --- LispREPL.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LispREPL.m b/LispREPL.m index 0033ad7..87e4f4f 100644 --- a/LispREPL.m +++ b/LispREPL.m @@ -255,8 +255,8 @@ sig_child(int signo) { [[LispREPLController sharedController] showWindow: self]; NSRunCriticalAlertPanel(@"REPL died", @"The REPL sub-process has died, and Moxie cannot continue.", - @"OK", @"Retry", @"DEBUG"); -// [NSApp stop: self]; + @"Quit", nil, nil); + [NSApp stop: self]; } /* -- cgit v1.2.3