Merge pull request #336 from MenaiAla/patch-1

Replace console.log by console.error
pull/353/head
tobspr 4 years ago committed by GitHub
commit c895540ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ function catchErrors(message, source, lineno, colno, error) {
console.log("\n\n⚠\n\n\n");
logSection("APPLICATION CRASH", "#e53935");
console.log("Error:", message, "->", error);
console.error("Error:", message, "->", error);
console.log("Payload:", fullPayload);
if (window.Sentry && !window.anyModLoaded) {

Loading…
Cancel
Save