Update background.ts
This commit is contained in:
@@ -232,7 +232,7 @@ async function handleCommand(msg: ExtensionCommandMessage): Promise<any> {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
await chrome.debugger.sendCommand(debuggee, 'Runtime.disable')
|
await chrome.debugger.sendCommand(debuggee, 'Runtime.disable')
|
||||||
await sleep(200)
|
await sleep(400)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
logger.debug('Error disabling Runtime (ignoring):', e)
|
logger.debug('Error disabling Runtime (ignoring):', e)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user