electron/atom/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
..
atom_content_client.cc Fix a wrong usage of switch commandline. 2015-10-07 12:17:49 +08:00
atom_content_client.h Correctly set user agent for devtools 2015-09-14 22:55:29 +08:00
atom_library_main.h Define our own Node entry 2015-03-18 09:57:45 +08:00
atom_library_main.mm Move headers to atom/common 2015-06-19 23:11:53 +08:00
atom_main.cc Provide task runner for the node mode 2015-09-03 17:50:24 +09:00
atom_main.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
atom_main_delegate.cc Fix console.* calls on Windows 2015-10-10 06:39:02 +03:00
atom_main_delegate.h Make Print API work on Windows. 2015-04-30 13:42:08 +08:00
atom_main_delegate_mac.mm Fix typo 2015-04-17 15:10:48 +08:00
node_main.cc Provide task runner for the node mode 2015-09-03 17:50:24 +09:00
node_main.h Define our own Node entry 2015-03-18 09:57:45 +08:00
uv_task_runner.cc Provide task runner for the node mode 2015-09-03 17:50:24 +09:00
uv_task_runner.h Provide task runner for the node mode 2015-09-03 17:50:24 +09:00