Merge pull request #336 from MenaiAla/patch-1

Replace console.log by console.error
This commit is contained in:
tobspr 2020-06-29 08:59:04 +02:00 committed by GitHub
commit c895540ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {