[Groonga-commit] groonga/gcs [master] Fix missing variable

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Dec 7 16:32:35 JST 2012


YUKI Hiroshi	2012-12-07 16:32:35 +0900 (Fri, 07 Dec 2012)

  New Revision: 3940ca84caa823351095658255b653bd81bab844
  https://github.com/groonga/gcs/commit/3940ca84caa823351095658255b653bd81bab844

  Log:
    Fix missing variable

  Modified files:
    lib/database/storage.js

  Modified: lib/database/storage.js (+1 -1)
===================================================================
--- lib/database/storage.js    2012-12-07 16:31:39 +0900 (6a3d818)
+++ lib/database/storage.js    2012-12-07 16:32:35 +0900 (33feb46)
@@ -64,7 +64,7 @@ FileStorage.prototype = {
     if (!this.directoryExistsSync())
       return;
 
-    var filePath = this.idToFilePath(document.id);
+    var filePath = this.idToFilePath(id);
     if (path.existsSync(filePath))
       fs.unlinkSync(filePath);
   },
-------------- next part --------------
HTML����������������������������...
Download 



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