Skip to content

lib: fix flaky test-stream-pipe-after-end

Rodrigo Muino Tomonari requested to merge github/fork/rexagod/fix-flaky into master

This should fix why SafeSet failed to inherit all properties of Set, since the bug was effectively null-ifying everything down its prototype chain.

Fixes: https://github.com/nodejs/node/issues/31227

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading