Remove semicolon
This commit is contained in:
parent
01005688b6
commit
7c26ec8bd4
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ exports.injectTo = function (extensionId, isBackgroundPage, context) {
|
||||||
ipcRenderer.on(`CHROME_TABS_SEND_MESSAGE_RESULT_${originResultID}`, (event, result) => responseCallback(result))
|
ipcRenderer.on(`CHROME_TABS_SEND_MESSAGE_RESULT_${originResultID}`, (event, result) => responseCallback(result))
|
||||||
}
|
}
|
||||||
ipcRenderer.send('CHROME_TABS_SEND_MESSAGE', tabId, extensionId, isBackgroundPage, message, originResultID)
|
ipcRenderer.send('CHROME_TABS_SEND_MESSAGE', tabId, extensionId, isBackgroundPage, message, originResultID)
|
||||||
originResultID++;
|
originResultID++
|
||||||
},
|
},
|
||||||
|
|
||||||
onUpdated: new Event(),
|
onUpdated: new Event(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue