mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
Fix linting issues
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user