Skip to content

Commit 8fe1693

Browse files
committed
Update relay.js
1 parent aa77299 commit 8fe1693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

relay.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ gaze(directory, function (err, watcher) {
6060
});
6161

6262
// debug
63+
/*
6364
(function loop() {
6465
this.emit('changed', path.resolve(__dirname, 'public/app/app.js'));
6566
setTimeout(loop.bind(this), 10000);
6667
}.bind(this))();
68+
*/
6769
});

0 commit comments

Comments
 (0)