| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2a6203d commit 93b0c78
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ function launchTarget(...args) { | |||
| 16 | 16 | const childProc = spawn(process.execPath, args); | |
| 17 | 17 | return new Promise((resolve, reject) => { | |
| 18 | 18 | const onExit = () => { | |
| 19 | - reject(new Error('Child process exits unexpectly')); | ||
| 19 | + reject(new Error('Child process exits unexpectedly')); | ||
| 20 | 20 | }; | |
| 21 | 21 | childProc.on('exit', onExit); | |
| 22 | 22 | childProc.stderr.setEncoding('utf8'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments