Skip to content

Commit d0fa561

Browse files
authored
Update app.js
1 parent e167406 commit d0fa561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ setInterval(function(str1, str2) {
3232
//console.log(str1 + "" + str2 + "" + text+ "" +makeid(40) + "args2" + process.argv);
3333
console.log(logs[i])
3434
i++
35+
if (i == logs.length) i = 0
3536
}, 1, "Hello.", "How are you?");
3637

3738
function makeid(length) {

0 commit comments

Comments
 (0)