index
:
templates/node-audio-looping-chat.git
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
forever
/
test
/
fixtures
/
log-on-interval.js
blob: 6b276522490e35198e774b32fdc127c2d381cf7a (
plain
)
1
2
3
setInterval
(
function
()
{
console
.
log
(
'Logging at '
+
Date
.
now
());
},
100
);