• Jesse Gross's avatar
    runner.go: Propagate panics back to the user. · d875e99e
    Jesse Gross authored
    This is a partial revert of 8a35bb92
    "runner.go: Increase survivability of main processing loop", removing
    the panic handler.
    
    Although we want to avoid errors taking down the runner, we also
    should make the user aware of problems when they happen. In the
    future, we can restructure things so both parts are true.
    d875e99e
runner.go 24.2 KB