mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-01 18:31:35 +00:00
Update dependencies
This commit is contained in:
parent
fb68997eb7
commit
dc91575e1c
3 changed files with 308 additions and 181 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue