-
In a koa app I'd like to be able to do something when the server's app.listen().on("error", errorCallback) Is there a app.listen().on("error", errorCallback).on("ready", readyCallback) |
Beta Was this translation helpful? Give feedback.
Answered by
masx200
Jun 27, 2021
Replies: 1 comment
-
on("listening", readyCallback) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
miwnwski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on("listening", readyCallback)