reporter: fix markdown output
This commit is contained in:
parent
7c3b247d84
commit
604cf00211
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue