Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
domain: pass opts to EventEmitter.init#41414
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
MoonBall commented Jan 5, 2022 • edited by aduh95
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by aduh95
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Jan 6, 2022
nodejs-github-bot commented Jan 14, 2022
nodejs-github-bot commented Jan 17, 2022
nodejs-github-bot commented Jan 18, 2022
nodejs-github-bot commented Jan 19, 2022
Landed in 22792c8 |
CMCDragonkai commented Jan 20, 2022
Are fixes like these ever backported or only to LTS? |
aduh95 commented Jan 20, 2022
This is semver-patch, it should be automatically backported to v17.x. Once there's a v17.x version with this change, it should be automatically backported to v16.x two weeks after that. If a conflict arises that blocks the backport, the backporter team usually comments on the issue asking for a manual backport. |
PR-URL: #41414Fixes: #41391 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: nodejs#41414Fixes: nodejs#41391 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #41414Fixes: #41391 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #41414Fixes: #41391 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #41414Fixes: #41391 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
The
domainmodule override theEventEmitter.initbut not pass the params to origin function.Since
replmodule requiredomainmodule, the root cause of #41391 is indomainmodule.Fixes: #41391