-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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: broken --trace-sync-io flag in Node.js #24529
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can / should we do this for non run-as node as well?
bdb9018
to
8dc7368
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Release Notes Persisted
|
I was unable to backport this PR to "9-x-y" cleanly; |
I have automatically backported this PR to "10-x-y", please check out #24544 |
@codebytere has manually backported this PR to "9-x-y", please check out #24648 |
@codebytere has manually backported this PR to "8-x-y", please check out #24649 |
Description of Change
Fixes broken
--trace-sync-io
flag in Node.js resultant of us not properly setting it in our embedded logic.cc @nornagon @MarshallOfSound @jkleinsc
Checklist
npm test
passesRelease Notes
Notes: Fixed broken
--trace-sync-io
flag in Node.js.