| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7e5a59e commit b5fd61d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1306,7 +1306,7 @@ It is recommended that errors occurring during the processing of the | |||
| 1306 | 1306 | `writable._write()` and `writable._writev()` methods are reported by invoking | |
| 1307 | 1307 | the callback and passing the error as the first argument. This will cause an | |
| 1308 | 1308 | `'error'` event to be emitted by the Writable. Throwing an Error from within | |
| 1309 | - `writable._write()` can result in expected and inconsistent behavior depending | ||
| 1309 | + `writable._write()` can result in unexpected and inconsistent behavior depending | ||
| 1310 | 1310 | on how the stream is being used. Using the callback ensures consistent and | |
| 1311 | 1311 | predictable handling of errors. | |
| 1312 | 1312 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments