| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7813af7 commit 7c55f59
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ if (process.argv[2] === 'child') { | |||
| 15 | 15 | process.exit(); | |
| 16 | 16 | } | |
| 17 | 17 | ||
| 18 | - [16, 18, 20].forEach((exponent) => { | ||
| 18 | + [22, 21, 20, 19, 18, 17, 16, 16, 17, 18, 19, 20, 21, 22].forEach((exponent) => { | ||
| 19 | 19 | const bigNum = Math.pow(2, exponent); | |
| 20 | 20 | const longLine = lineSeed.repeat(bigNum); | |
| 21 | 21 | const cmd = `${process.execPath} ${__filename} child ${exponent} ${bigNum}`; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments