Skip to content

Commit b120bb5

Browse files
authored
Return JSON error with exitcode 0 (#6)
Fixes #5
1 parent 69a45cd commit b120bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bash-env-json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ EOF
5959

6060
function emit_error_exit() {
6161
emit_error "$1"
62-
exit 1
62+
exit 0
6363
}
6464

6565
function emit_value() {

0 commit comments

Comments
 (0)