Merge branch 'immediate-finds' into immediate-finds-modules-proxy

This commit is contained in:
Nuckyz 2024-06-01 18:42:40 -03:00
commit d329d74fec
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());