Skip to content

Commit 6e0d605

Browse files
authored
Update app.js
1 parent 5bf7f2c commit 6e0d605

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
@@ -16,7 +16,7 @@ var port = process.env.PORT || 8080;
1616
app.listen(port);
1717

1818
setInterval(function(str1, str2) {
19-
console.log(str1 + " " + str2 + " "+makeid(10)+" args 1 "+process.argv);
19+
console.log(str1 + " " + str2 + " "+makeid(10)+" args 2 "+process.argv);
2020
}, 800, "Hello.", "How are you?");
2121

2222
function makeid(length) {

0 commit comments

Comments
 (0)