From ca813aeecc0f313e0eaf786a62edd20e3493253c Mon Sep 17 00:00:00 2001 From: lyon Date: Thu, 18 Jun 2026 00:00:31 +0800 Subject: [PATCH] fix: expose async web probe reports --- scripts/web-live-dom-probe.mjs | 1 + 1 file changed, 1 insertion(+) 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)