YUKI Hiroshi
null+****@clear*****
Tue Apr 14 14:28:56 JST 2015
YUKI Hiroshi 2015-04-14 14:28:56 +0900 (Tue, 14 Apr 2015) New Revision: 1a89b7215536446b17e2fb9cc3498516dea3e633 https://github.com/droonga/droonga-engine/commit/1a89b7215536446b17e2fb9cc3498516dea3e633 Message: Capture exception message correctly Modified files: lib/droonga/plugins/system/absorb_data.rb Modified: lib/droonga/plugins/system/absorb_data.rb (+1 -1) =================================================================== --- lib/droonga/plugins/system/absorb_data.rb 2015-04-14 14:26:11 +0900 (27eb9ac) +++ lib/droonga/plugins/system/absorb_data.rb 2015-04-14 14:28:56 +0900 (d3445da) @@ -83,7 +83,7 @@ module Droonga report_progress end rescue Exception => exception - @dumper_error_message + @dumper_error_message = exception.to_s on_finish end end -------------- next part -------------- HTML����������������������������...Download