[Groonga-commit] groonga/gcs [master] Fix syntax error (missing end "}")

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 17 18:10:33 JST 2012


YUKI Hiroshi	2012-12-17 18:10:33 +0900 (Mon, 17 Dec 2012)

  New Revision: c396c7a720d5d218b4d7becdadaf5459c4770311
  https://github.com/groonga/gcs/commit/c396c7a720d5d218b4d7becdadaf5459c4770311

  Log:
    Fix syntax error (missing end "}")

  Modified files:
    tools/scenario-runner.js

  Modified: tools/scenario-runner.js (+1 -0)
===================================================================
--- tools/scenario-runner.js    2012-12-17 18:09:38 +0900 (3d499f9)
+++ tools/scenario-runner.js    2012-12-17 18:10:33 +0900 (4abc2e4)
@@ -292,6 +292,7 @@ ScenarioRunner.prototype._process = function(scenario, callback) {
     case 'configuration':
     default:
       return this.client.rawConfigurationRequest(request.params.Action, request.params, requestCallback);
+  }
 };
 
 ScenarioRunner.prototype._sendConfigurationRequest = function(scenario, callback) {
-------------- next part --------------
HTML����������������������������...
Download 



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