dev: fix double call to startTracing (#4757)
This commit is contained in:
parent
ed54241b16
commit
6456cbda82
@ -171,7 +171,7 @@ func (c *runCommand) persistentPreRunE(cmd *cobra.Command, args []string) error
|
||||
runtime.GOMAXPROCS(c.cfg.Run.Concurrency)
|
||||
}
|
||||
|
||||
return c.startTracing()
|
||||
return nil
|
||||
}
|
||||
|
||||
func (c *runCommand) persistentPostRunE(_ *cobra.Command, _ []string) error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user