mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
showing error message when getting results. coses #2354
This commit is contained in:
parent
2706806529
commit
c6433d1d72
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ export async function getUserResults() {
|
|||
await TodayTracker.addAllFromToday();
|
||||
return true;
|
||||
} catch (e) {
|
||||
Notifications.add("Error getting results", -1);
|
||||
Notifications.add("Error getting result: " + e.message, -1);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue