Skip to content

stream: fix multiple Writable.destroy() calls.

Rodrigo Muino Tomonari requested to merge github/fork/nxtedition/fix-38189 into master

Calling Writable.destroy() multiple times in the same tick could cause an assertion error.

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

Merge request reports

Loading