Skip to content

Commit

Permalink
fixup! extra forward slashes
Browse files Browse the repository at this point in the history
Co-authored-by: Trivikram Kamat <[email protected]>
  • Loading branch information
RafaelGSS and trivikr authored Oct 23, 2024
1 parent b69e75e commit 680eb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (isOldEnough(process.version)) {
console.log(msg)
process.exit(1)
} else {
// // CLI
// CLI
if (require.main === module) {
require('./is-vulnerable').cli(process.version, require('os').platform())
} else {
Expand Down

0 comments on commit 680eb74

Please sign in to comment.