Quramy / electron-connect

Livereload tool for Electron
https://www.npmjs.com/package/electron-connect
340 stars 54 forks source link

fix issue Quramy/electron-connect#32. honor 'stopOnClose' option #53

Closed ssreekanth closed 8 years ago

ssreekanth commented 8 years ago

Now, start, restart and stop methods invoke callback with an argument that indicates the state of the electron process.

The state can be one of the following string values -

Also, added an example under example\stop-on-example to show its usage.