mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
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:
parent
1094a763dc
commit
74338e6392
1 changed files with 0 additions and 4 deletions
|
|
@ -276,11 +276,7 @@ export function executeCommandSync(
|
|||
cwd: options?.cwd,
|
||||
timeout: options?.timeout,
|
||||
encoding: 'utf-8',
|
||||
<<<<<<< HEAD
|
||||
shell: getShell(),
|
||||
=======
|
||||
shell: EXECUTION_SHELL,
|
||||
>>>>>>> dev
|
||||
});
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue