Skip to content

Commit

Permalink
make faultyorchestrators compile by forcing all paths to return
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Oct 3, 2024
1 parent 68e7503 commit 1cdd4b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public static Task ProcessExitOrchestrator(

// force sudden crash
Environment.FailFast("Simulating crash!");
throw new Exception("this should never be reached");
}
else {
// if it's not the first replay, delete the evidence file and return
Expand Down

0 comments on commit 1cdd4b9

Please sign in to comment.