mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50: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
|
raise(@sync.error_msg) if not @sync.sync
|
||||||
|
|
||||||
return true
|
return true
|
||||||
# rescue Exception => e
|
rescue Exception => e
|
||||||
puts "#{I18n.t('display.error')} #7: #{e}".red
|
puts "#{I18n.t('display.error')} #7: #{e}".red
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue