diff --git a/os/gcmd/gcmd_command_run.go b/os/gcmd/gcmd_command_run.go index a001009b4..1826257b4 100644 --- a/os/gcmd/gcmd_command_run.go +++ b/os/gcmd/gcmd_command_run.go @@ -58,7 +58,7 @@ func (c *Command) RunWithValue(ctx context.Context) (value interface{}) { fmt.Println(buffer.String()) os.Exit(1) } - glog.Fatal(ctx, buffer.String()) + glog.Stack(false).Fatal(ctx, buffer.String()) } return value }