reloaded.repl icon indicating copy to clipboard operation
reloaded.repl copied to clipboard

Don't hide the start exception when failing to start and stop

Open magnars opened this issue 4 years ago • 1 comments

When failing to start the system, the start exception is more interesting than the stop exception. This change prioritizes start-ex over stop-ex in the exception cause chain.

The start-exception is still included in the ex-data, to avoid breaking any code expecting to find it there.

magnars avatar Nov 28 '19 09:11 magnars

I agree this would be a great change. :+1:

aengelberg avatar Mar 17 '21 23:03 aengelberg