发布

  • runner.go: Propagate panics back to the user.

    frostbyte_neo 发布于 2024-11-15 19:52:25 +00:00

    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.

    下载附件