chore: enable consistent-return
This commit is contained in:
@@ -465,6 +465,7 @@ export function formatExecFailureReason(params: {
|
||||
case "aborted":
|
||||
return "Command aborted before exit code was captured";
|
||||
}
|
||||
throw new Error("Unsupported exec failure kind");
|
||||
}
|
||||
|
||||
export function buildExecExitOutcome(params: {
|
||||
|
||||
Reference in New Issue
Block a user