Skip to content

stream: fix finished typo

https://github.com/nodejs/node/pull/31509 introduced a slight typo. Fortunately this typo does not have big impact due to isWritableFinished().

Fixes: https://github.com/nodejs/node/pull/31509#discussion_r381809355

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading