mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 15:44:12 +01:00
Fix completion list sizing issues.
This commit is contained in:
@@ -80,6 +80,7 @@ var Cache = Module("Cache", XPCOM(Ci.nsIRequestObserver), {
|
||||
}
|
||||
catch (e if e.result == Cr.NS_ERROR_FILE_CORRUPTED) {
|
||||
util.reportError(e);
|
||||
this.closeWriter();
|
||||
this.cacheFile.remove(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user