forked from mirrors/Scribe.js
Better message
This commit is contained in:
parent
f4c2999167
commit
56f3a6d8aa
1 changed files with 3 additions and 3 deletions
|
@ -76,13 +76,13 @@
|
||||||
|
|
||||||
var port = app.get('port');
|
var port = app.get('port');
|
||||||
|
|
||||||
|
//log something every 10 minutes
|
||||||
//temp, log every 10 minutes
|
|
||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
console.tag("Test").log("Server date : " + new Date());
|
console.tag("Test").log("Hi there ! Server date : " + new Date());
|
||||||
}, 10 * 60 * 1000);
|
}, 10 * 60 * 1000);
|
||||||
|
|
||||||
app.listen(port, function() {
|
app.listen(port, function() {
|
||||||
console.time().log('Server listening at port ' + port);
|
console.time().log('Server listening at port ' + port);
|
||||||
});
|
});
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Add table
Reference in a new issue