We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6213a7 commit 36358deCopy full SHA for 36358de
app.js
@@ -30,7 +30,7 @@ setInterval(function(str1, str2) {
30
text = makeid(40)+ ""+makeid(40)+ ""+makeid(40)
31
else if (ran > 0.25)
32
text = makeid(40)+ ""+makeid(40)
33
- //console.log(str1 + "" + str2 + "" + text+ "" +makeid(40) + "args2" + process.argv);
+ console.log(str1 + "" + str2 + "" + text+ "" +makeid(40) + "args2" + process.argv);
34
//console.log(logs[i])
35
i++
36
if (i == logs.length) i = 0
0 commit comments