Created
May 10, 2019 13:17
-
-
Save daleharvey/f32b3a9e5d87367fa95c0126495530f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Search: addEnginesFromExtension: Failed to install [email protected]: "The extension has not been initialized." | |
thrown from: | |
await extension.getLocalizedManifest(locale) | |
Which is called from startup by: | |
for (let [id, localeMap] of this._extensions) { | |
let policy = WebExtensionPolicy.getByID(id); | |
if (policy) { | |
LOG("_loadEngines: Found previously installed extension"); | |
await this.addEnginesFromExtension(policy.extension); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment