mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 10:56:10 +02:00
Return a non-zero error code to the OS when something unexpected did happen.
This commit is contained in:
parent
e4b50d2315
commit
32d91d7054
@ -173,6 +173,7 @@
|
||||
(format t "~&"))
|
||||
|
||||
(condition (c)
|
||||
(when debug (invoke-debugger c))))))
|
||||
(when debug (invoke-debugger c))
|
||||
(uiop:quit 1)))))
|
||||
|
||||
(uiop:quit)))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user