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?
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
orprocess.send('exit')
which exits the app but not the launcher. Any idea what else could work?