mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-11 04:33:02 +02:00
Add another async/await, just to be safe
This commit is contained in:
parent
71c553a9cf
commit
2c27879afb
2 changed files with 3 additions and 3 deletions
|
@ -181,7 +181,7 @@ const utils = {
|
|||
|
||||
} catch (e) {
|
||||
// Let OOYE try to handle errors too
|
||||
eventDispatcher.onError(client, e, message)
|
||||
await eventDispatcher.onError(client, e, message)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue