Refactor command execution shell handling

Replace the getShell() function with EXECUTION_SHELL for consistency in command execution. This change simplifies the code and aligns with the recent updates from the dev branch.
This commit is contained in:
tusharmagar 2026-03-10 16:06:21 +05:30
parent 1094a763dc
commit 74338e6392

View file

@ -276,11 +276,7 @@ export function executeCommandSync(
cwd: options?.cwd,
timeout: options?.timeout,
encoding: 'utf-8',
<<<<<<< HEAD
shell: getShell(),
=======
shell: EXECUTION_SHELL,
>>>>>>> dev
});
return {