fix(deno-runner): fail step when command exits non-zero #219
Loading…
Reference in a new issue
No description provided.
Delete branch "worktree-velvety-petting-floyd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
runandtaskmethods now throw when the underlying deno command exits with a non-zero exit code, causing the workflow step to correctly report failurecommandResultresource is still written before the throw so output is retrievable viaswamp data getfor debugging2026.08.23.1with upgrades entry, manifest and README updated to document the new behaviorTest plan
runandtaskthrow on non-zero exit while still persisting the output resourcedeno check,deno lint,deno fmt --checkall cleandeno install --frozenpasses (lockfile unchanged)swamp extension source addto verify upgrade path from2026.08.22.1🤖 Generated with Claude Code