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
Ava calls internally process.exit which makes it impossible to have asynchronous teardown code.
At this time I override process.exit to send SIGTERM which then can be handled asynchronously, however I would like to get rid of this hack.
I guess my question is: does ava needs/should call process.exit internally?
The text was updated successfully, but these errors were encountered:
Ava calls internally
process.exit
which makes it impossible to have asynchronous teardown code.At this time I override
process.exit
to send SIGTERM which then can be handled asynchronously, however I would like to get rid of this hack.I guess my question is: does ava needs/should call
process.exit
internally?The text was updated successfully, but these errors were encountered: