Return a non-zero error code to the OS when something unexpected did happen.

This commit is contained in:
Dimitri Fontaine 2013-11-25 11:25:57 +01:00
parent e4b50d2315
commit 32d91d7054

View File

@ -173,6 +173,7 @@
(format t "~&"))
(condition (c)
(when debug (invoke-debugger c))))))
(when debug (invoke-debugger c))
(uiop:quit 1)))))
(uiop:quit)))))