YUKI Hiroshi
null+****@clear*****
Thu Sep 18 19:09:26 JST 2014
YUKI Hiroshi 2014-09-18 19:09:26 +0900 (Thu, 18 Sep 2014) New Revision: 2d943e8d01034a54b5236c818f09f8a9cf1bb2ae https://github.com/droonga/droonga-http-server/commit/2d943e8d01034a54b5236c818f09f8a9cf1bb2ae Message: Fix wrong class name Modified files: bin/droonga-http-server-configure Modified: bin/droonga-http-server-configure (+1 -1) =================================================================== --- bin/droonga-http-server-configure 2014-09-18 19:04:54 +0900 (08a9e69) +++ bin/droonga-http-server-configure 2014-09-18 19:09:26 +0900 (8c5ce46) @@ -34,7 +34,7 @@ function checkInstalledAsService(callback) { } function ensureHaveWritePermission(callback) { - testFile = baseDir + '/' + Time.now() + '.test'; + testFile = baseDir + '/' + Date.now() + '.test'; touch(testFile, {}, function(error) { if (error || !fs.existsSync(testFile)) { console.log('You have no permission to write files under ' + -------------- next part -------------- HTML����������������������������...Download