[Groonga-commit] groonga/gcs [master] Return mapped array correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 12 18:32:39 JST 2012


YUKI Hiroshi	2012-11-12 18:32:39 +0900 (Mon, 12 Nov 2012)

  New Revision: 741e1ef39de09daa0afe487a6949ca642a69d6c5
  https://github.com/groonga/gcs/commit/741e1ef39de09daa0afe487a6949ca642a69d6c5

  Log:
    Return mapped array correctly

  Modified files:
    tools/run-scenarios

  Modified: tools/run-scenarios (+1 -1)
===================================================================
--- tools/run-scenarios    2012-11-12 18:30:18 +0900 (1a3aa6e)
+++ tools/run-scenarios    2012-11-12 18:32:39 +0900 (bf39fa0)
@@ -69,7 +69,7 @@ if (commandLine.options.scenario) {
                          '"--scenarios" option.');
 }
 
-scenarios = scenarios.forEach(function(file) {
+scenarios = scenarios.map(function(file) {
   var scenarioName = path.basename(file, '.json');
   var scenario = { name: scenarioName,
                    path: file };
-------------- next part --------------
HTML����������������������������...
Download 



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