ShellCommand.ts

This commit is contained in:
nirholas
2026-03-31 10:24:08 +00:00
parent 8120de284b
commit 9a9b2a1dc8

View File

@@ -463,3 +463,4 @@ export function createFailedCommand(preSpawnError: string): ShellCommand {
cleanup(): void {},
}
}