| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0d3cc2d commit 4bf1f33
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -621,7 +621,7 @@ function maybeReadMore_(stream, state) { | |||
| 621 | 621 | // conditions prevent the data from being read: | |
| 622 | 622 | // - The stream has ended (state.ended). | |
| 623 | 623 | // - There is already a pending 'read' operation (state.reading). This is a | |
| 624 | - // case where the the stream has called the implementation defined _read() | ||
| 624 | + // case where the stream has called the implementation defined _read() | ||
| 625 | 625 | // method, but they are processing the call asynchronously and have _not_ | |
| 626 | 626 | // called push() with new data. In this case we skip performing more | |
| 627 | 627 | // read()s. The execution ends in this method again after the _read() ends | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1758,7 +1758,7 @@ function reduceToSingleString( | |||
| 1758 | 1758 | ctx, output, base, braces, extrasType, recurseTimes, value) { | |
| 1759 | 1759 | if (ctx.compact !== true) { | |
| 1760 | 1760 | if (typeof ctx.compact === 'number' && ctx.compact >= 1) { | |
| 1761 | - // Memorize the original output length. In case the the output is grouped, | ||
| 1761 | + // Memorize the original output length. In case the output is grouped, | ||
| 1762 | 1762 | // prevent lining up the entries on a single line. | |
| 1763 | 1763 | const entries = output.length; | |
| 1764 | 1764 | // Group array elements together if the array contains at least six | |
| Back | FazBrowse Home | New Git URL |
0 commit comments