| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 02ca5d7 commit d79f8c2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1332,7 +1332,7 @@ function readableStreamPipeTo( | |||
| 1332 | 1332 | ||
| 1333 | 1333 | function watchClosed(stream, promise, action) { | |
| 1334 | 1334 | if (stream[kState].state === 'closed') | |
| 1335 | - action(stream[kState].storedError); | ||
| 1335 | + action(); | ||
| 1336 | 1336 | else | |
| 1337 | 1337 | PromisePrototypeThen(promise, action, () => {}); | |
| 1338 | 1338 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments