mirror of
https://github.com/SileNce5k/jscripts.git
synced 2025-04-19 11:08:24 +02:00
Update rn.js
shit was written wrong and this fixes it :)
This commit is contained in:
parent
a43b942448
commit
0822a1ae65
1 changed files with 1 additions and 1 deletions
2
rn.js
2
rn.js
|
@ -1,5 +1,5 @@
|
||||||
if(process.argv.length < 3 || process.argv[2] == "--help"){
|
if(process.argv.length < 3 || process.argv[2] == "--help"){
|
||||||
console.log("Usage: node randomnumbers.js <how_many_digits_you_need>");
|
console.log("Usage: node rn.js <how_many_digits_you_need>");
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
const digits = process.argv[2];
|
const digits = process.argv[2];
|
||||||
|
|
Loading…
Add table
Reference in a new issue