reporter: fix markdown output
This commit is contained in:
parent
7c3b247d84
commit
604cf00211
|
@ -226,7 +226,7 @@ page.on("console", async e => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isDebug) {
|
if (isDebug) {
|
||||||
console.log(e.text());
|
console.error(e.text());
|
||||||
} else if (level === "error") {
|
} else if (level === "error") {
|
||||||
const text = await Promise.all(
|
const text = await Promise.all(
|
||||||
e.args().map(async a => {
|
e.args().map(async a => {
|
||||||
|
|
Loading…
Reference in a new issue