mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 14:30:44 +00:00
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