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 5bf7f2c commit 6e0d605Copy full SHA for 6e0d605
app.js
@@ -16,7 +16,7 @@ var port = process.env.PORT || 8080;
16
app.listen(port);
17
18
setInterval(function(str1, str2) {
19
- console.log(str1 + " " + str2 + " "+makeid(10)+" args 1 "+process.argv);
+ console.log(str1 + " " + str2 + " "+makeid(10)+" args 2 "+process.argv);
20
}, 800, "Hello.", "How are you?");
21
22
function makeid(length) {
0 commit comments