mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-11 18:05:37 +02:00
Revert Some Reporter Stuff
This commit is contained in:
parent
9476e259fc
commit
aefd056c98
1 changed files with 2 additions and 4 deletions
|
@ -315,11 +315,9 @@ page.on("console", async e => {
|
|||
report.badWebpackFinds.push(otherMessage);
|
||||
break;
|
||||
case "Finished test":
|
||||
await browser.close();
|
||||
await printReport();
|
||||
setTimeout(async () => {
|
||||
await browser.close();
|
||||
process.exit();
|
||||
}, 10000);
|
||||
process.exit();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue