fix: no more need to hijack process.stdout on Win32 (#25765)
This commit is contained in:
parent
9717dff4fa
commit
57dc170e81
10 changed files with 9 additions and 63 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue