diff --git a/src/shell.ts b/src/shell.ts index f1c6cc5..e27f70c 100644 --- a/src/shell.ts +++ b/src/shell.ts @@ -26,7 +26,6 @@ export async function exec(cmd: string, args: string[], opts?: Options): Promise const res = { stdout: '', stderr: '', - code: null, }; const execOpts = {