mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Pass original argv in callback
This commit is contained in:
@@ -41,7 +41,7 @@ void FatalErrorCallback(const char* location, const char* message) {
|
||||
}
|
||||
|
||||
void Log(const base::string16& message) {
|
||||
std::cout << message;
|
||||
std::cout << message << std::flush;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user