| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b89f038 commit b48a6cb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -108,6 +108,9 @@ function patchProcessObject(expandArgv1) { | |||
| 108 | 108 | configurable: getOptionValue('--build-snapshot'), | |
| 109 | 109 | value: process.argv[0] | |
| 110 | 110 | }); | |
| 111 | + | ||
| 112 | + process.exitCode = undefined; | ||
| 113 | + process._exiting = false; | ||
| 111 | 114 | process.argv[0] = process.execPath; | |
| 112 | 115 | ||
| 113 | 116 | if (expandArgv1 && process.argv[1] && | |
| Back | FazBrowse Home | New Git URL |
0 commit comments