| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 619ac79 commit fbce317
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ if (isMainThread) { | |||
| 27 | 27 | const passed = new BufferingWritable(); | |
| 28 | 28 | ||
| 29 | 29 | const w = new Worker(__filename, { stdin: true, stdout: true }); | |
| 30 | - const source = fs.createReadStream(process.execPath); | ||
| 30 | + const source = fs.createReadStream(process.execPath, { end: 1_000_000 }); | ||
| 31 | 31 | source.pipe(w.stdin); | |
| 32 | 32 | source.pipe(original); | |
| 33 | 33 | w.stdout.pipe(passed); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments