You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an express app.
I saw this project and decided to give it a go.
However, I saw that the terminate function only takes a callback and doesn't have support for Promises instead of a callback.
I can indeed easily work around this, by making a function that wraps terminate() in a Promise, but I'd like to know if someday we'll have official support for it here. (I can contribute for this)
Cheers,
Adam
The text was updated successfully, but these errors were encountered:
Hey!
I'm working on an express app.
I saw this project and decided to give it a go.
However, I saw that the terminate function only takes a callback and doesn't have support for Promises instead of a callback.
I can indeed easily work around this, by making a function that wraps terminate() in a Promise, but I'd like to know if someday we'll have official support for it here. (I can contribute for this)
Cheers,
Adam
The text was updated successfully, but these errors were encountered: