patrick-steele-idem / browser-refresh

Node.js module to enable server restart and browser refresh in response to file modifications
110 stars 18 forks source link

How to exit from within script #17

Open jurgenhaas opened 9 years ago

jurgenhaas commented 9 years ago

This is a great module and I've integrated that with Drupal successfully - an amazing time saver.

I just wonder if there is a way to exit from browser-refresh through some script code. I've tried process.exit or process.send('exit') which exits the app but not the launcher. Any idea what else could work?