Commit a4a0e2b
authored
Prevent logs in commandExistsWindowsSync. fix #18
The default value of `stdio.options` in `execSync` is 'pipe'. That is *supposed* to be equivalent to `['pipe', 'pipe', 'pipe']`.
In reality there seems to be a difference here - using the default (or 'pipe') results in the extra log. Using an array solves the issue.1 parent 6ef128c commit a4a0e2b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments