Quramy / electron-connect

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

Actual JS logging #63

Closed taboca closed 8 years ago

taboca commented 8 years ago

I wonder if it makes sense the content's JS logging to also be an option as part of electron-connect. Say you have an option to log JS window content, such as contentLogging:true

ssreekanth commented 8 years ago

You can use electron's --enable-logging command line argument. Refer #42 issue related to this and this gist for the sample code.

Closing this issue out.