Fix linting issues
This commit is contained in:
parent
b59f37de98
commit
a498cf5b79
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ const wrapWebContents = function (webContents) {
|
|||
const asyncWebFrameMethods = function (requestId, method, callback, ...args) {
|
||||
this.send('ELECTRON_INTERNAL_RENDERER_ASYNC_WEB_FRAME_METHOD', requestId, method, args)
|
||||
ipcMain.once(`ELECTRON_INTERNAL_BROWSER_ASYNC_WEB_FRAME_RESPONSE_${requestId}`, function (event, result) {
|
||||
console.info(callback);
|
||||
if (callback) callback(result)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue