1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-14 02:35:06 +00:00

Update dependencies

This commit is contained in:
Cadence Ember
2020-04-10 02:02:43 +12:00
parent fb68997eb7
commit dc91575e1c
3 changed files with 308 additions and 181 deletions

View File

@@ -36,6 +36,8 @@ class Assistant {
}
}
}).catch(error => {
// this catches network errors, parse errors, and property access errors.
// all of these mean that the user API didn't behave in an expected manner, probably because the server is doing something else
// console.error(error)
this.lastRequestStatus = constants.symbols.assistant_statuses.OFFLINE
reject(constants.symbols.assistant_statuses.OFFLINE)