fix(web-probe): isolate performance capture cdp timeouts

This commit is contained in:
Codex
2026-07-02 21:14:05 +00:00
parent 02feeac921
commit 99ed2e9502
4 changed files with 101 additions and 12 deletions
@@ -79,6 +79,7 @@ let sampleSeq = 0;
let commandSeq = 0;
let artifactSeq = 0;
let activeCommandId = null;
let activeCommandType = null;
let stopping = false;
let terminalStatus = "starting";
let lastScreenshotAtMs = 0;