rewrite sync

This commit is contained in:
nishiki 2016-05-12 22:47:02 +02:00
parent e1de7b7704
commit 50422e0739
3 changed files with 96 additions and 135 deletions
lib/mpw/ui

View file

@ -113,6 +113,7 @@ class Cli
end
@mpw.read_data
@mpw.sync
rescue Exception => e
puts "#{I18n.t('display.error')} #11: #{e}".red
exit 2