We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e1e73 commit c2f77c6Copy full SHA for c2f77c6
.version
@@ -1 +1 @@
1
-v0.0.6
+v0.0.7
cmds/fastcommit/cmd.go
@@ -213,7 +213,9 @@ func (c *Command) Run() {
213
if errors.Is(err, context.Canceled) {
214
return nil
215
}
216
- return err
+
217
+ log.Err(err).Msg("failed to run command")
218
+ return nil
219
})
220
assert.Must(c.cmd.Run(utils.Context(), os.Args))
221
0 commit comments