Skip to content

Commit

Permalink
Return JSON error with exitcode 0 (#6)
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
tesujimath authored Oct 20, 2024
1 parent 69a45cd commit b120bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash-env-json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ EOF

function emit_error_exit() {
emit_error "$1"
exit 1
exit 0
}

function emit_value() {
Expand Down

0 comments on commit b120bb5

Please sign in to comment.