Closed kanongil closed 7 years ago
For now, I am writing these utilities locally where needed. As v17 gets more mature, we will collect these utils and put them here. I've been writing await internal.wait(100)
quite a bit...
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
With domain support going away in Hapi, an errant
throw
inside asetTimeout()
will cause theuncaughtException
event to be emitted. This can be mitigated byawait
ing on adelay()
method:This will change something like:
to: