1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-17 08:30:04 +00:00

fix rescue

This commit is contained in:
nishiki 2015-02-08 21:40:01 +01:00
parent 5da53efc08
commit b7b56c306d

View file

@ -31,7 +31,7 @@ class Cli
raise(@sync.error_msg) if not @sync.sync
return true
# rescue Exception => e
rescue Exception => e
puts "#{I18n.t('display.error')} #7: #{e}".red
return false
end