[Win] Override node's console and output stream with chromium's logging.
authorCheng Zhao <zcbenz@gmail.com>
Thu, 25 Jul 2013 12:06:23 +0000 (20:06 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Thu, 25 Jul 2013 12:06:23 +0000 (20:06 +0800)
commit2f2cbce9b94f5c57e2cde30e07e4d38057b99416
tree9a6a31a2c7416420b3fd5200838c7cd6575aa7d5
parenta163b148ceaeabaae3cb0f864c2cc827d9229e7d
[Win] Override node's console and output stream with chromium's logging.

On Window node doesn't outputing as GUI program, so we have to switch to
chromium's implementation. Hacking into node (like what we did before
this commit) would sometimes make the outputing blocked.
browser/atom/atom.coffee
common/api/atom_bindings.cc
common/api/atom_bindings.h