[Groonga-commit] droonga/droonga-engine at a53b7db [master] Handle error on starting

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 14:25:37 JST 2015


YUKI Hiroshi	2015-04-14 14:25:37 +0900 (Tue, 14 Apr 2015)

  New Revision: a53b7dbae25f16d2de5ce1453323fa459bb12509
  https://github.com/droonga/droonga-engine/commit/a53b7dbae25f16d2de5ce1453323fa459bb12509

  Message:
    Handle error on starting

  Modified files:
    lib/droonga/plugins/system/absorb_data.rb

  Modified: lib/droonga/plugins/system/absorb_data.rb (+2 -1)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-14 14:21:21 +0900 (98406ca)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-14 14:25:37 +0900 (27eb9ac)
@@ -89,8 +89,9 @@ module Droonga
               end
             rescue Exception => exception
               @dumper_error_message = exception.to_s
-              on_finish
             end
+
+            on_finish if @dumper_error_message
           end
 
           def on_finish
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index