| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2689,6 +2689,8 @@ added: v8.0.0 | |||
| 2689 | 2689 | ||
| 2690 | 2690 | The `_destroy()` method is called by [`writable.destroy()`][writable-destroy]. | |
| 2691 | 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. | ||
| 2692 | 2694 | ||
| 2693 | 2695 | #### `writable._final(callback)` | |
| 2694 | 2696 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments