Skip to content

Commit

Permalink
remove unused property on calling exec()
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Mar 5, 2023
1 parent 1996ca6 commit 89daee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export async function exec(cmd: string, args: string[], opts?: Options): Promise
const res = {
stdout: '',
stderr: '',
code: null,
};

const execOpts = {
Expand Down

0 comments on commit 89daee9

Please sign in to comment.