reporter: fix markdown output

main
V 10 months ago
parent 7c3b247d84
commit 604cf00211
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905

@ -226,7 +226,7 @@ page.on("console", async e => {
}
if (isDebug) {
console.log(e.text());
console.error(e.text());
} else if (level === "error") {
const text = await Promise.all(
e.args().map(async a => {

Loading…
Cancel
Save