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