bin/pushyd in pushyd-0.23.0 vs bin/pushyd in pushyd-0.24.0
- old
+ new
@@ -40,12 +40,12 @@
# Override log file
Conf[:logs] ||= {}
Conf[:logs][:file] = cmd_logfile.to_s if cmd_logfile
rescue OptionParser::InvalidOption => e
- abort "EXITING: InvalidOption: #{e.message} \n #{e.backtrace.to_yaml}"
+ abort "EXITING: InvalidOption: #{e.message}"
rescue ConfigParseError => e
- abort "EXITING: ConfigParseError: #{e.message} \n #{e.backtrace.to_yaml}"
+ abort "EXITING: ConfigParseError: #{e.message}"
rescue StandardError => e
abort "EXITING: StandardError: #{e.message} \n #{e.backtrace.to_yaml}"
else
end