Skip to content

Commit c2f77c6

Browse files
authored
chore: quick update fix/error at 2025-09-13 13:14:58 (#7)
1 parent 07e1e73 commit c2f77c6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.6
1+
v0.0.7

cmds/fastcommit/cmd.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ func (c *Command) Run() {
213213
if errors.Is(err, context.Canceled) {
214214
return nil
215215
}
216-
return err
216+
217+
log.Err(err).Msg("failed to run command")
218+
return nil
217219
})
218220
assert.Must(c.cmd.Run(utils.Context(), os.Args))
219221
}

0 commit comments

Comments
 (0)