mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
using console trace instead
This commit is contained in:
parent
c1a3146765
commit
9fe003aeab
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class Notification {
|
|||
cls = "bad";
|
||||
icon = `<i class="fas fa-fw fa-times"></i>`;
|
||||
title = "Error";
|
||||
console.error(this.message);
|
||||
console.trace(this.message);
|
||||
}
|
||||
|
||||
if (this.customTitle != undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue