Skip to content

Commit 0220dea

Browse files
authored
Update app.js
1 parent 7746733 commit 0220dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setInterval(function(str1, str2) {
2727
text = makeid(40)+ ""+makeid(40)+ ""+makeid(40)
2828
else if (ran > 0.25)
2929
text = makeid(40)+ ""+makeid(40)
30-
console.log(str1 + "" + str2 + "" + tex t+ "" +makeid(40) + "args2" + process.argv);
30+
console.log(str1 + "" + str2 + "" + text+ "" +makeid(40) + "args2" + process.argv);
3131
}, 1, "Hello.", "How are you?");
3232

3333
function makeid(length) {

0 commit comments

Comments
 (0)