[Win] Print log to stderr instead of debug.log.

This commit is contained in:
Cheng Zhao 2013-07-08 11:09:53 +08:00
parent 7047e5167f
commit 2282c53485
2 changed files with 17 additions and 0 deletions

View file

@ -15,6 +15,7 @@ class AtomMainDelegate : public brightray::MainDelegate {
~AtomMainDelegate();
protected:
virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
virtual void PreSandboxStartup() OVERRIDE;
private: