Skip to content

Commit

Permalink
repl: begin repl prompt when wd reports connectivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed May 3, 2015
1 parent ed84c58 commit 3b834cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ function spawn(url){
});
}, 30000);

start();

// socket io `connection` should fire now
});
});
Expand All @@ -105,7 +107,6 @@ function spawn(url){
console.log('socket disconnected');
process.exit(1);
});
start();
});
}

Expand Down

0 comments on commit 3b834cb

Please sign in to comment.