Skip to content

Commit b6ffe90

Browse files
committed
refactor(satellite): remove shell option from command execution
1 parent 0f1fce5 commit b6ffe90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/satellite/src/utils/runtime-validator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ function checkCommand(command: string, versionFlag: string): CommandCheckResult
107107
timeout: 5000,
108108
encoding: 'utf-8',
109109
stdio: ['ignore', 'pipe', 'pipe'],
110-
shell: true,
111110
env: {
112111
...process.env,
113112
PATH: buildEnhancedPath()

0 commit comments

Comments
 (0)