| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4238460 commit 9b9762c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -664,7 +664,7 @@ Readable.prototype.unpipe = function(dest) { | |||
| 664 | 664 | if (index === -1) | |
| 665 | 665 | return this; | |
| 666 | 666 | ||
| 667 | - state.pipes.splice(i, 1); | ||
| 667 | + state.pipes.splice(index, 1); | ||
| 668 | 668 | state.pipesCount -= 1; | |
| 669 | 669 | if (state.pipesCount === 1) | |
| 670 | 670 | state.pipes = state.pipes[0]; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments