Merge branch 'dev' into immediate-finds

This commit is contained in:
Nuckyz 2024-06-01 18:40:33 -03:00
commit b385be51d6
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -249,6 +249,8 @@ page.on("console", async e => {
case "A fatal error occurred:":
process.exit(1);
}
break;
case "Reporter:":
console.error(await getText());