mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 06:47:00 +02:00
Arrange to error out when given non-existing file names in the command line.
This commit is contained in:
parent
4bc4cc53a7
commit
c482015248
@ -168,7 +168,8 @@
|
||||
(log-message :fatal "We have a situation here.")
|
||||
(print-backtrace condition debug *standard-output*))))
|
||||
|
||||
(run-commands filename :start-logger nil)
|
||||
(run-commands (fad:canonical-pathname filename)
|
||||
:start-logger nil)
|
||||
(format t "~&"))
|
||||
|
||||
(condition (c)
|
||||
|
Loading…
Reference in New Issue
Block a user