Kouhei Sutou
null+****@clear*****
Mon Apr 28 12:06:19 JST 2014
Kouhei Sutou 2014-04-28 12:06:19 +0900 (Mon, 28 Apr 2014) New Revision: 70612e374a7876f6586340c772a2b235f1087fd3 https://github.com/droonga/express-droonga/commit/70612e374a7876f6586340c772a2b235f1087fd3 Message: groonga: add a missing "[...]" Modified files: lib/adapter/api/groonga/loader.js Modified: lib/adapter/api/groonga/loader.js (+1 -1) =================================================================== --- lib/adapter/api/groonga/loader.js 2014-04-28 12:05:44 +0900 (dcca79e) +++ lib/adapter/api/groonga/loader.js 2014-04-28 12:06:19 +0900 (cb44219) @@ -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; } -------------- next part -------------- HTML����������������������������...Download