mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-26 01:21:02 +01:00
Fix the previous hasty commit.
This commit is contained in:
parent
dfe4af5a48
commit
186be010dc
@ -69,11 +69,11 @@
|
||||
(when arguments
|
||||
;; process the files
|
||||
(handler-bind
|
||||
((catch-the-unexpected
|
||||
(lambda (c)
|
||||
(if debug
|
||||
(trivial-backtrace:print-backtrace c :verbose t)
|
||||
(trivial-backtrace:print-condition c *standard-output*)))))
|
||||
((condition
|
||||
#'(lambda (c)
|
||||
(if debug
|
||||
(trivial-backtrace:print-backtrace c :verbose t)
|
||||
(trivial-backtrace:print-condition c *standard-output*)))))
|
||||
(let ((min-messages (cond (debug :debug)
|
||||
(verbose :info)
|
||||
(quiet :warning)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user