svn: r11476

This commit is contained in:
Robby Findler 2008-08-29 03:59:32 +00:00
parent fdc3e94361
commit 06c5e975c2

View File

@ -285,6 +285,6 @@ This command does not unpack or install the named .plt file."
(with-handlers ([exn:fail?
(lambda (e)
(fprintf (current-error-port) "~a\n" (exn-message e))
((error-display-handler) (exn-message e) e)
(exit 1))])
(start)))