Skip to content

Commit

Permalink
Fix errors not having an exit code > 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 10, 2022
1 parent bf79fec commit 5642436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ All you need is `tea`.
 


# tea/cli 0.16.1
# tea/cli 0.16.2

Open source is a treasure trove—yet those chests are sealed with gnarly locks.
tea is the key:
Expand Down
1 change: 1 addition & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ try {
}
} catch (err) {
await err_handler(err)
Deno.exit(1)
}

async function announce() {
Expand Down

0 comments on commit 5642436

Please sign in to comment.