Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
antonilol committed Jun 16, 2024
1 parent bebde90 commit 6197781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion miner.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion miner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (args.length > 0) {
process.exit(0);
}
if (!blocks || blocks < -1) {
console.log('Provide a positive integer or -1 for block limit');
console.log('Provide a positive integer or -1 for no block limit');
process.exit(1);
}
}
Expand Down

0 comments on commit 6197781

Please sign in to comment.