diff --git a/scripts/web-live-dom-probe.mjs b/scripts/web-live-dom-probe.mjs index fb668489..520eb35c 100644 --- a/scripts/web-live-dom-probe.mjs +++ b/scripts/web-live-dom-probe.mjs @@ -477,6 +477,7 @@ async function probeStatus(args) { stdoutPath: meta.stdoutPath, stderrPath: meta.stderrPath, running, + report, reportSummary: report ? { status: report.status, url: report.url, finalUrl: report.finalUrl, browser: report.browser, dom: report.dom } : null, stdoutTail: await readTail(meta.stdoutPath), stderrTail: await readTail(meta.stderrPath)