Closed Stradivario closed 2 years ago
When we executing firelink command and the internal runner fails we are not throwing appropriate error code status to crash the process which causes the process to crash silently. Fixed by removing try/catch from the beginning of the program.
firelink
runner
main.ts
Oh, this is great, thanks!
Issue
Description
When we executing
firelink
command and the internalrunner
fails we are not throwing appropriate error code status to crash the process which causes the process to crash silently. Fixed by removing try/catch from the beginning of the program.Type of change
Checklist:
main.ts
removed try/catch