Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pghildiyal authored Aug 31, 2024
1 parent 36358de commit e372580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ setInterval(function(str1, str2) {
text = makeid(40)+ ""+makeid(40)+ ""+makeid(40)
else if (ran > 0.25)
text = makeid(40)+ ""+makeid(40)
console.log(str1 + "" + str2 + "" + text+ "" +makeid(40) + "args2" + process.argv);
console.log(str1 + "" + str2 + "" + text+ "" +makeid(40));
//console.log(logs[i])
i++
if (i == logs.length) i = 0
Expand Down

0 comments on commit e372580

Please sign in to comment.