lib/application.rb in docman-0.0.84 vs lib/application.rb in docman-0.0.85
- old
+ new
@@ -64,10 +64,10 @@
end
def with_rescue(write_to_file = true)
failed_filepath = File.join(@workspace_dir, 'failed')
if File.file?(failed_filepath)
- log 'Last operation failed, forced rebuild mode'
+ puts 'Last operation failed, forced rebuild mode'
FileUtils.rm_f failed_filepath
@force = true
end
yield
rescue Exception => e