wasp icon indicating copy to clipboard operation
wasp copied to clipboard

Refactor `deploy` package error handling

Open infomiho opened this issue 5 months ago • 1 comments

Based on https://github.com/wasp-lang/wasp/pull/2578#discussion_r2077374163

We should avoid calling exit in the helper functions and throw instead. We should handle the throws at the top level and then exit with code 1.

infomiho avatar May 21 '25 13:05 infomiho