Update editor.ts (#1371)

This commit is contained in:
cornmander
2025-06-24 02:41:40 -04:00
committed by GitHub
parent 1a57c3d61b
commit c6f7229499
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -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) => {