Navigation Menu

Skip to content

Commit

Permalink
groonga: add a missing "[...]"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2014
1 parent e38a3b8 commit 70612e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapter/api/groonga/loader.js
Expand Up @@ -26,7 +26,7 @@ Loader.prototype.run = function run() {
} catch (error) {
this._statusCode = error.statusCode;
this._errorMessage = error.message;
this._sendResponse(0);
this._sendResponse([0]);
return;
}

Expand Down

0 comments on commit 70612e3

Please sign in to comment.