Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).