Add another async/await, just to be safe

This commit is contained in:
Cadence Ember 2024-08-28 02:09:27 +12:00
commit 2c27879afb
2 changed files with 3 additions and 3 deletions

View file

@ -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)
}
}
}