Update background.ts

This commit is contained in:
Tommy D. Rossi
2025-12-27 19:51:13 +01:00
parent 15e9613aff
commit f1f6b2f015
+1 -1
View File
@@ -232,7 +232,7 @@ async function handleCommand(msg: ExtensionCommandMessage): Promise<any> {
}
try {
await chrome.debugger.sendCommand(debuggee, 'Runtime.disable')
await sleep(200)
await sleep(400)
} catch (e) {
logger.debug('Error disabling Runtime (ignoring):', e)
}