Skip to content

Commit fca1654

Browse files
committed
validate
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent fab8c3d commit fca1654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cdx-json-schema-validator/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (args.length < 1) {
2626
console.error('missing args')
2727
process.exit(1)
2828
}
29-
const [filePath] = args
29+
const [filePath,] = args
3030
console.debug('filePath', filePath)
3131

3232
const json = await readFile(filePath, 'utf8')

0 commit comments

Comments
 (0)