Navigation Menu

Skip to content

Commit

Permalink
Capture exception message correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 14, 2015
1 parent 0c8bdcd commit 1a89b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -83,7 +83,7 @@ def handle
report_progress
end
rescue Exception => exception
@dumper_error_message
@dumper_error_message = exception.to_s
on_finish
end
end
Expand Down

0 comments on commit 1a89b72

Please sign in to comment.