stop spinner

This commit is contained in:
Josh Yan 2024-07-09 11:19:54 -07:00
parent bec9100f32
commit ee2b9b076c

View File

@ -139,6 +139,8 @@ func CreateHandler(cmd *cobra.Command, args []string) error {
bar.Set(resp.Completed)
} else if resp.Quantize != "" {
spinner.Stop()
if quantizeSpin != nil {
quantizeSpin.SetMessage(resp.Status)
} else {