Realistically I would probably want to just wrap e...
# general
b
Realistically I would probably want to just wrap everything in
module.exports = (async () => doSomething())();
in order to avoid thinking about the lack of top-level await