Skip to content

Commit f358c4a

Browse files
committed
use exit code 16 on exit with validation errors per bids apps execution spec
1 parent 39eff6f commit f358c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bids-validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ const result = await main()
44

55
const errors = result.issues.get({ severity: 'error' })
66
if (errors.length) {
7-
Deno.exit(1)
7+
Deno.exit(16)
88
}

0 commit comments

Comments
 (0)