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 c684711 commit 440454aCopy full SHA for 440454a
native-messaging/add-on/background.js
@@ -19,7 +19,7 @@ port.onDisconnect.addListener((port) => {
19
} else {
20
// The port closed for an unspecified reason. If this occurred right after
21
// calling `browser.runtime.connectNative()` there may have been a problem
22
- // starting the the native messaging client in the first place.
+ // starting the native messaging client in the first place.
23
// https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging#troubleshooting
24
console.log(`Disconnected`, port);
25
}
0 commit comments