mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: no more need to hijack process.stdout on Win32 (#25765)
This commit is contained in:
@@ -212,9 +212,6 @@ int NodeMain(int argc, char* argv[]) {
|
||||
node::SetIsolateUpForNode(isolate, is);
|
||||
|
||||
gin_helper::Dictionary process(isolate, env->process_object());
|
||||
#if defined(OS_WIN)
|
||||
process.SetMethod("log", &ElectronBindings::Log);
|
||||
#endif
|
||||
process.SetMethod("crash", &ElectronBindings::Crash);
|
||||
|
||||
// Setup process.crashReporter in child node processes
|
||||
|
||||
Reference in New Issue
Block a user