We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90617b9 commit 29563abCopy full SHA for 29563ab
doc/api/stream.md
@@ -2689,6 +2689,8 @@ added: v8.0.0
2689
2690
The `_destroy()` method is called by [`writable.destroy()`][writable-destroy].
2691
It can be overridden by child classes but it **must not** be called directly.
2692
+Furthermore, the `callback` should not be mixed with async/await
2693
+once it is executed when a promise is resolved.
2694
2695
#### `writable._final(callback)`
2696
0 commit comments