Loading toolkit/mozapps/extensions/internal/XPIProvider.jsm +6 −0 Original line number Diff line number Diff line Loading @@ -8023,6 +8023,12 @@ Object.assign(SystemAddonInstallLocation.prototype, { * to cleanup again next time. */ cleanDirectories: Task.async(function*() { // System add-ons directory does not exist if (!(yield OS.File.exists(this._baseDir.path))) { return; } let iterator; try { iterator = new OS.File.DirectoryIterator(this._baseDir.path); Loading Loading
toolkit/mozapps/extensions/internal/XPIProvider.jsm +6 −0 Original line number Diff line number Diff line Loading @@ -8023,6 +8023,12 @@ Object.assign(SystemAddonInstallLocation.prototype, { * to cleanup again next time. */ cleanDirectories: Task.async(function*() { // System add-ons directory does not exist if (!(yield OS.File.exists(this._baseDir.path))) { return; } let iterator; try { iterator = new OS.File.DirectoryIterator(this._baseDir.path); Loading