[Groonga-commit] droonga/droonga-http-server at 5953a10 [master] Remove test file synchronously

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 20:12:23 JST 2014


YUKI Hiroshi	2014-09-18 20:12:23 +0900 (Thu, 18 Sep 2014)

  New Revision: 5953a10e52ab8538f1ffce510b07368ca038d700
  https://github.com/droonga/droonga-http-server/commit/5953a10e52ab8538f1ffce510b07368ca038d700

  Message:
    Remove test file synchronously

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+1 -1)
===================================================================
--- bin/droonga-http-server-configure    2014-09-18 20:12:09 +0900 (9ce67a4)
+++ bin/droonga-http-server-configure    2014-09-18 20:12:23 +0900 (3bf8660)
@@ -46,7 +46,7 @@ function ensureHaveWritePermission(callback) {
       process.exit(false)
       return;
     }
-    fs.unlink(testFile);
+    fs.unlinkSync(testFile);
     callback(null);
   });
 }
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index