[Groonga-commit] groonga/gcs [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 15 16:51:52 JST 2012


YUKI Hiroshi	2012-10-15 16:51:52 +0900 (Mon, 15 Oct 2012)

  New Revision: 959e3784cc36d32575a7c39e08a5b504ed896dd0
  https://github.com/groonga/gcs/commit/959e3784cc36d32575a7c39e08a5b504ed896dd0

  Log:
    Fix typo

  Modified files:
    lib/command-line.js

  Modified: lib/command-line.js (+1 -1)
===================================================================
--- lib/command-line.js    2012-10-15 16:50:53 +0900 (fe89595)
+++ lib/command-line.js    2012-10-15 16:51:52 +0900 (5039769)
@@ -178,7 +178,7 @@ CommandLineInterface.prototype = {
              .DescribeIndexFieldsResponse
              .DescribeIndexFieldsResult
              .IndexFields;
-        indexFields = Array.isArray(indexFields.members) ? indexFields.members : [];
+        indexFields = Array.isArray(indexFields.member) ? indexFields.member : [];
         callback(null, indexFields);
       }
     );
-------------- next part --------------
HTML����������������������������...
Download 



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