We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1fce5 commit b6ffe90Copy full SHA for b6ffe90
1 file changed
services/satellite/src/utils/runtime-validator.ts
@@ -107,7 +107,6 @@ function checkCommand(command: string, versionFlag: string): CommandCheckResult
107
timeout: 5000,
108
encoding: 'utf-8',
109
stdio: ['ignore', 'pipe', 'pipe'],
110
- shell: true,
111
env: {
112
...process.env,
113
PATH: buildEnhancedPath()
0 commit comments