jaxxstorm/unseal

Remove all `panic` exits

jaxxstorm opened this issue · 0 comments

Currently, when bad things happen, the app panics. This leads to an unfriendly output.

We should instead capture the err in a log output, then use os.Exit to stop the process.