Uh oh!
There was an error while loading. Please reload this page.
events: fix undefined passes to arrayClone - #56264
Conversation
anonrig
commented
Dec 15, 2024
Please add a test case |
origranot
commented
Dec 15, 2024
Done 💯 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #56264 +/- ##
==========================================
- Coverage 88.55% 88.54% -0.01%
==========================================
Files 657 657 Lines 190243 190245 +2 Branches 36536 36542 +6 ==========================================
- Hits 168461 168457 -4 - Misses 14963 14968 +5 - Partials 6819 6820 +1
|
lpinca
commented
Dec 16, 2024
jazelly
left a comment
There was a problem hiding this comment.
Had a private chat with @jakecastelli. I think it's better to revert this and add a test.
@origranot Would you like to raise a new PR to revert the commit and introduce a new commit to add the test?
origranot
commented
Dec 17, 2024
Yea, I am on it. Thanks! |
lpinca
commented
Dec 19, 2024
Closed in favor of #56282. |
Fixes#56263
Another suggestion is to force developers to pass a string, else throw an
ERR_INVALID_ARG_TYPEbut this should consider a breaking change.Looking forward for your feedback!