Skip to content

Commit

Permalink
Change log info method to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Mar 7, 2024
1 parent ff8e1a5 commit 3e785fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -156,7 +156,7 @@ program.command('create')

const ext = cdxjFile.split('.').pop()
if (!allowedExts.includes(ext)) {
log.info(`CDXJ: Skipping file ${cdxjFile}, not a CDXJ file`)
log.warn(`CDXJ: Skipping file ${cdxjFile}, not a CDXJ file`)
continue
}

Expand Down

0 comments on commit 3e785fc

Please sign in to comment.