Arnav Zek
1 min readJul 28, 2020

--

there exists

process.on('unhandledRejection',handler)

but instead there should be something like

asyncFucntion().on('unhandledRejection',handler)

--

--