YUKI Hiroshi
null+****@clear*****
Fri Oct 31 19:33:52 JST 2014
YUKI Hiroshi 2014-10-31 19:33:52 +0900 (Fri, 31 Oct 2014) New Revision: 103f4b27c4cafe196fc3ed72b4913d2502762928 https://github.com/droonga/express-droonga/commit/103f4b27c4cafe196fc3ed72b4913d2502762928 Message: Load required module to execute a child command Modified files: lib/droonga-protocol/connection-pool.js Modified: lib/droonga-protocol/connection-pool.js (+3 -2) =================================================================== --- lib/droonga-protocol/connection-pool.js 2014-10-31 19:29:09 +0900 (f40b56e) +++ lib/droonga-protocol/connection-pool.js 2014-10-31 19:33:52 +0900 (0b9aece) @@ -9,8 +9,9 @@ * }); */ -var Q = require('q'), - path = require('path'); +var exec = require('child_process').exec, + path = require('path'), + Q = require('q'); var Connection = require('./connection').Connection; var ConsoleLogger = require('../console-logger').ConsoleLogger; -------------- next part -------------- HTML����������������������������...Télécharger