YUKI Hiroshi
null+****@clear*****
Wed Sep 24 20:07:45 JST 2014
YUKI Hiroshi 2014-09-24 20:07:45 +0900 (Wed, 24 Sep 2014) New Revision: cc61b4e72e52e51a6e5144cf2646a337b1dc1c33 https://github.com/droonga/droonga-http-server/commit/cc61b4e72e52e51a6e5144cf2646a337b1dc1c33 Message: Call "resolve" correctly Modified files: bin/droonga-http-server-configure Modified: bin/droonga-http-server-configure (+1 -1) =================================================================== --- bin/droonga-http-server-configure 2014-09-24 19:56:08 +0900 (3ecae04) +++ bin/droonga-http-server-configure 2014-09-24 20:07:45 +0900 (5341183) @@ -315,7 +315,7 @@ function safeWriteFileSync(path, data, options) { function finish() { return Q.Promise(function(resolve, reject, notify) { if (running) - startService().resolve(); + startService().then(resolve); else resolve(); }); -------------- next part -------------- HTML����������������������������... Download