Use meaningful name for extensionId
This commit is contained in:
parent
ec1944c146
commit
de001a9bbf
2 changed files with 6 additions and 4 deletions
|
@ -165,7 +165,7 @@ exports.injectTo = function (extensionId, isBackgroundPage, context) {
|
|||
if (responseCallback) {
|
||||
console.error('responseCallback is not supported')
|
||||
}
|
||||
ipcRenderer.send(`CHROME_TABS_SEND_MESSAGE`, tabId, extensionId, isBackgroundPage, message)
|
||||
ipcRenderer.send('CHROME_TABS_SEND_MESSAGE', tabId, extensionId, isBackgroundPage, message)
|
||||
},
|
||||
|
||||
onUpdated: new Event(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue