We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8bd85 commit 1252028Copy full SHA for 1252028
src/firefox/remote.js
@@ -75,7 +75,7 @@ export class RemoteFirefox {
75
`listTabs returned a falsey addonsActor: ${response.addonsActor}`);
76
throw new WebExtError(
77
'This is an older version of Firefox that does not provide an ' +
78
- 'add-ons actor for remote control');
+ 'add-ons actor for remote installation. Try Firefox 49 or higher.');
79
}
80
this.client.client.makeRequest(
81
{to: response.addonsActor, type: 'installTemporaryAddon', addonPath},
0 commit comments