| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 657fd7a commit b454734
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -430,7 +430,7 @@ const spawn = require('child_process').spawn; | |||
| 430 | 430 | ||
| 431 | 431 | const child = spawn(process.argv[0], ['child_program.js'], { | |
| 432 | 432 | detached: true, | |
| 433 | - stdio: ['ignore'] | ||
| 433 | + stdio: 'ignore' | ||
| 434 | 434 | }); | |
| 435 | 435 | ||
| 436 | 436 | child.unref(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments