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 e444b41 commit aa04a2cCopy full SHA for aa04a2c
doc/api/stream.md
@@ -2639,6 +2639,8 @@ added: v8.0.0
2639
2640
The `_destroy()` method is called by [`writable.destroy()`][writable-destroy].
2641
It can be overridden by child classes but it **must not** be called directly.
2642
+Furthermore, the `callback` should not be mixed with async/await
2643
+once it is executed when a promise is resolved.
2644
2645
#### `writable._final(callback)`
2646
0 commit comments