Skip to content

Commit

Permalink
test: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Sep 21, 2023
1 parent 58ac4d6 commit 01bba6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/ts/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ export const exec = (cmd: string, args?: string[], opts?: any): Promise<{stdout:
stderr,
duration: Date.now() - now
})

console.log({
cmd,
args,
code,
stdout,
stderr,
duration: Date.now() - now
})
})
})

Expand Down

0 comments on commit 01bba6b

Please sign in to comment.