fix: make execution errors fatal (#1428)

This commit is contained in:
Bjerg
2023-02-17 12:21:53 +01:00
committed by GitHub
parent 4203d7a9b7
commit 1edb9d4ccd

View File

@@ -71,6 +71,7 @@ impl StageError {
StageError::Download(_) |
StageError::DatabaseIntegrity(_) |
StageError::StageProgress(_) |
StageError::ExecutionError { .. } |
StageError::ChannelClosed |
StageError::Fatal(_)
)