| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 795251b commit 041aac3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,9 +10,9 @@ const invalidArgTypeError = { | |||
| 10 | 10 | name: 'TypeError' | |
| 11 | 11 | }; | |
| 12 | 12 | ||
| 13 | - const waitCommand = common.isLinux ? | ||
| 14 | - 'sleep 2m' : | ||
| 15 | - `${process.execPath} -e "setInterval(()=>{}, 99)"`; | ||
| 13 | + const waitCommand = common.isWindows ? | ||
| 14 | + `${process.execPath} -e "setInterval(()=>{}, 99)"` : | ||
| 15 | + 'sleep 2m'; | ||
| 16 | 16 | ||
| 17 | 17 | { | |
| 18 | 18 | const ac = new AbortController(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments