Josh Yan 9 месяцев назад
Родитель
Сommit
ee2b9b076c
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      cmd/cmd.go

+ 2 - 0
cmd/cmd.go

@@ -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 {