bin/falcon in falcon-0.47.1 vs bin/falcon in falcon-0.47.7
- old
+ new
@@ -25,8 +25,8 @@
begin
Falcon::Command.call
rescue Interrupt
# Ignore.
rescue => error
- Console.logger.error(Falcon::Command) {error}
+ Console.error(Falcon::Command, error)
exit! 1
end