From bf33504e062dab4413e33f829393696db17844c6 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Wed, 2 May 2012 23:35:29 -0400 Subject: [PATCH] removing the troublesome exit --- whalesong-helpers.rkt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/whalesong-helpers.rkt b/whalesong-helpers.rkt index 6d7d52c..2c8d6ae 100644 --- a/whalesong-helpers.rkt +++ b/whalesong-helpers.rkt @@ -56,8 +56,7 @@ (fprintf (current-report-port) "------------------\n") (displayln (get-output-string op) (current-report-port)) (fprintf (current-report-port) "------------------\n") - (fprintf (current-report-port) "\nAborting compilation.\n") - (exit)))] + (fprintf (current-report-port) "\nAborting compilation.\n")))] (thunk)))