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 55aaa61 commit 5d2e3aaCopy full SHA for 5d2e3aa
packages/electron-chrome-extensions/src/browser/router.ts
@@ -411,7 +411,7 @@ export class ExtensionRouter {
411
const ipcName = `crx-${eventName}`
412
413
if (!eventListeners || eventListeners.length === 0) {
414
- debug(`ignoring '${eventName}' event with no listeners`)
+ // Ignore events with no listeners
415
return
416
}
417
0 commit comments