-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
events: set target property to null #33615
Conversation
1dd2055
to
474f586
Compare
PR-URL: #33615 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
|
@benjamingr I don't know which of the PRs you just landed introduced it, but there's a linter error on master now: https://github.com/nodejs/node/runs/724700725 |
@targos my bad, this is the first time I used the node core utils flow and I probably messed something up. Should I force-push a fix? |
I will force push and make a PSA, sorry! |
@targos I am having issues, I am dealing with it, it will take 5 more minutes. My computer just crashed and ncu kicked me out :( |
@targos can you please check I did things correctly? I landed things for the first time in ±2 years and for the first time with NCU. Ruben helped me for most parts but I think I still made a mess somehow and I'm not sure I understand what happened. I will just wait for Ruben to be online and then investigate with him and make a PSA in the meantime. |
Seems like it's still on master. The issue is this commit f643cf4 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
50ef651
to
2738e94
Compare
PR-URL: #33615 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
Landed in 1969ada |
Another small fix to set the
target
property of the event tonull
and not undefined (to align behaviors)Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes