Skip to content

Commit 4579a6e

Browse files
committed
Manager: Just spin forever
1 parent 306e2de commit 4579a6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/manager.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
function wait() {
2+
setTimeout( wait, 1000 );
3+
}
4+
return wait();
5+
16
var path = require( "path" ),
27
spawn = require( "child_process" ).spawn,
38
logger = require( "../lib/logger" ),

0 commit comments

Comments
 (0)