| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ if (process.argv[2] === 'child') { | |||
| 11 | 11 | return; | |
| 12 | 12 | } | |
| 13 | 13 | ||
| 14 | - const proc = spawn(process.execPath, [__filename, 'child'], { stdio: 'ignore' }); | ||
| 14 | + const proc = spawn(process.execPath, [__filename, 'child'], {stdio: 'ignore'}); | ||
| 15 | 15 | // To double-check this test, set stdio to 'pipe' and uncomment the line below. | |
| 16 | 16 | // proc.stderr.pipe(process.stderr); | |
| 17 | 17 | proc.on('exit', common.mustCall(function(exitCode) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments