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:
parent
5da53efc08
commit
b7b56c306d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue