fix: expose async web probe reports
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user