Skip to content

Commit

Permalink
foo apache#19
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Mar 22, 2024
1 parent cabcad4 commit bcbcb78
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,8 @@ private boolean runIfStateRunningAndFailFatallyOnError(
return runIfStateRunning(action, actionDescription);
} catch (Throwable t) {
fatalErrorHandler.onFatalError(t);
return true;
}

// an error occurred while executing the action
return true;
}

private boolean runIfStateRunning(
Expand Down

0 comments on commit bcbcb78

Please sign in to comment.