[Groonga-commit] droonga/droonga-engine at 9ba1e30 [master] Load live nodes list correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri May 9 15:04:46 JST 2014


YUKI Hiroshi	2014-05-09 15:04:46 +0900 (Fri, 09 May 2014)

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

  Message:
    Load live nodes list correctly

  Modified files:
    lib/droonga/live_nodes_list_loader.rb

  Modified: lib/droonga/live_nodes_list_loader.rb (+1 -1)
===================================================================
--- lib/droonga/live_nodes_list_loader.rb    2014-05-09 15:02:01 +0900 (5801df1)
+++ lib/droonga/live_nodes_list_loader.rb    2014-05-09 15:04:46 +0900 (9cd36be)
@@ -37,7 +37,7 @@ module Droonga
       return default_list if contents.empty?
 
       begin
-        JSON.parse(contents).keys
+        JSON.parse(contents)
       rescue JSON::ParserError
         default_list
       end
-------------- next part --------------
HTML����������������������������...
Download 



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