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