Index: lib/filesystem/io.js |
=================================================================== |
--- a/lib/filesystem/io.js |
+++ b/lib/filesystem/io.js |
@@ -69,16 +69,17 @@ var IO = exports.IO = |
{ |
// Code attempts to read the default patterns.ini, we don't have that. |
// Make sure to execute first-run actions instead. |
var Utils = require("utils").Utils; |
Utils.runAsync(function() |
{ |
if (localStorage.currentVersion) |
seenDataCorruption = true; |
+ delete localStorage.currentVersion; |
callback(null); |
}); |
return; |
} |
this._getFileEntry(file, false, function(fs, fileEntry) |
{ |
fileEntry.file(function(file) |