Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: no more need to hijack process.stdout on Win32 #25765

Merged
merged 1 commit into from Oct 5, 2020

Conversation

zcbenz
Copy link
Member

@zcbenz zcbenz commented Oct 5, 2020

Description of Change

Close #11990.

Not sure since when, but now libuv and Node.js can correctly handle the stdout for GUI Win32 programs, there is no more need for us to hijack the process.stdout.

Checklist

Release Notes

Notes: Fix main process's console output not printing to devtools on Windows.

@zcbenz zcbenz requested a review from a team as a code owner October 5, 2020 08:00
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Oct 5, 2020
@deepak1556
Copy link
Member

Failing test is unrelated, merging.

@deepak1556 deepak1556 merged commit 57dc170 into master Oct 5, 2020
@release-clerk
Copy link

release-clerk bot commented Oct 5, 2020

Release Notes Persisted

Fix main process's console output not printing to devtools on Windows.

@deepak1556 deepak1556 deleted the true-process-stdout branch October 5, 2020 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-pr 🌱 PR opened in the last 24 hours
Projects
None yet
Development

Successfully merging this pull request may close these issues.

console.log does not log to the dev tools console window
3 participants