bin/falcon in falcon-0.35.4 vs bin/falcon in falcon-0.35.5

- old
+ new

@@ -23,6 +23,10 @@ require_relative '../lib/falcon/command' begin Falcon::Command.call rescue Interrupt + # Ignore. +rescue => error + Async.logger.error(Falcon::Command) {error} + exit! 1 end