Skip to content

Commit 0459519

Browse files
committed
tools: be verbose, when a git commands that v up executes fails
1 parent 4431778 commit 0459519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/tools/vup.v

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ fn (app App) git_command(command string) {
159159
os.execute_or_exit(command)
160160
}
161161
if git_result.exit_code != 0 {
162+
eprintln('Failed git command: ${command}')
162163
eprintln(git_result.output)
163164
exit(1)
164165
}

0 commit comments

Comments
 (0)