Closed matangeorgi closed 5 days ago
when the catch scope is being triggered in the run function, the catch will execute:
catch
run
await this.shutdown();
If shutdown fails for some reason we have no information of what happened. Adding an extra catch is for adding the missing information.
when the
catch
scope is being triggered in therun
function, the catch will execute:If shutdown fails for some reason we have no information of what happened. Adding an extra catch is for adding the missing information.