diff options
Diffstat (limited to 'common/modules/util.jsm')
-rw-r--r-- | common/modules/util.jsm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/modules/util.jsm b/common/modules/util.jsm index beab864d..cc7a10e9 100644 --- a/common/modules/util.jsm +++ b/common/modules/util.jsm @@ -1366,6 +1366,7 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]), storage.storeForSession("commandlineArgs", args); this.timeout(function () { this.flushCache(); + cache.flush(bind("test", /^literal:/)); this.rehashing = true; let addon = config.addon; addon.userDisabled = true; |