reporter: fix markdown output

This commit is contained in:
V 2023-11-25 02:51:19 +01:00
parent 7c3b247d84
commit 604cf00211
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -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 => {