浏览代码

stop spinner

Josh Yan 9 月之前
父节点
当前提交
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 {