| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ccf9f0e commit 9774b4c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -269,7 +269,7 @@ function pipeline(...streams) { | |||
| 269 | 269 | } else { | |
| 270 | 270 | const name = reading ? `transform[${i - 1}]` : 'destination'; | |
| 271 | 271 | throw new ERR_INVALID_ARG_TYPE( | |
| 272 | - name, ['Stream', 'Function'], ret); | ||
| 272 | + name, ['Stream', 'Function'], stream); | ||
| 273 | 273 | } | |
| 274 | 274 | } | |
| 275 | 275 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments