fix: expose async web probe reports

This commit is contained in:
lyon
2026-06-18 00:00:31 +08:00
parent 15ef2d474c
commit ca813aeecc
+1
View File
@@ -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)