electron/atom/browser/default_app
Eran Tiktin 1896deb10e Fix console.* calls on Windows
- Calls for console.* on browser process are printed with no need for
--enable-logging
- The output is without the logging prefix
- The cursor in the terminal is always after the last output
- The first output starts on a new line and not at the prompt
- console.* from renderer are not printed to cmd
- Added a missing '\n' in the default_app help output
2015-10-10 06:39:02 +03:00
..
default_app.js
index.html remove the --app option from the default_app documentation 2015-10-08 10:22:37 +02:00
main.js Fix console.* calls on Windows 2015-10-10 06:39:02 +03:00
package.json