1
0
Fork 0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-03-01 18:31:35 +00:00

Update dependencies

This commit is contained in:
Cadence Ember 2020-04-10 02:02:43 +12:00
parent fb68997eb7
commit dc91575e1c
No known key found for this signature in database
GPG key ID: 128B99B1B74A6412
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)