We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39eff6f commit f358c4aCopy full SHA for f358c4a
src/bids-validator.ts
@@ -4,5 +4,5 @@ const result = await main()
4
5
const errors = result.issues.get({ severity: 'error' })
6
if (errors.length) {
7
- Deno.exit(1)
+ Deno.exit(16)
8
}
0 commit comments