diff options
Diffstat (limited to 'packages/core/src/utils/editor.ts')
| -rw-r--r-- | packages/core/src/utils/editor.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/src/utils/editor.ts b/packages/core/src/utils/editor.ts index e7a87ac1..36533e2c 100644 --- a/packages/core/src/utils/editor.ts +++ b/packages/core/src/utils/editor.ts @@ -145,6 +145,7 @@ export async function openDiff( return new Promise((resolve, reject) => { const childProcess = spawn(diffCommand.command, diffCommand.args, { stdio: 'inherit', + shell: true, }); childProcess.on('close', (code) => { |
