mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
chore(ui): simplify fatal error messages for readability
This commit is contained in:
@@ -299,7 +299,7 @@ class AlertStore {
|
||||
.catch(err => {
|
||||
console.trace(err);
|
||||
return this.handleFetchError(
|
||||
`Request for ${alertsURI} failed with "${err.message}"`
|
||||
`Can't connect to the API, last error was "${err.message}"`
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user