Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbiville/nodejs_help_issue2108
Trying to understand error handling with streams
https://github.com/fbiville/nodejs_help_issue2108
Last synced: 17 days ago
JSON representation
Trying to understand error handling with streams
- Host: GitHub
- URL: https://github.com/fbiville/nodejs_help_issue2108
- Owner: fbiville
- License: apache-2.0
- Created: 2019-08-07T16:46:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T17:01:02.000Z (over 5 years ago)
- Last Synced: 2024-10-15T01:16:36.611Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Understanding error handling with Node streams
## Install deps
```sh
$ yarn
```## Observe the problem
```sh
$ yarn test
```## Observe a solution
```sh
$ git checkout solution
$ yarn test
```Understand how and why [the solution](https://github.com/fbiville/nodejs_help_issue2108/compare/solution?expand=1#diff-0) works?
Please explain [here](https://github.com/nodejs/help/issues/2108).