Right now the process entirely relies on ```js process.on("unhandledRejection") ``` which is really bad because it kills the purpose of `try-catching` and therefore should be changed for a better error handling. Also need to unify behaviours.
Right now the process entirely relies on
which is really bad because it kills the purpose of
try-catchingand therefore should be changed for a better error handling.Also need to unify behaviours.