Ver código fonte

Fix "combine" progress ending

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 6 anos atrás
pai
commit
bb76ba74bb
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      cmd/hercules/combine.go

+ 1 - 0
cmd/hercules/combine.go

@@ -58,6 +58,7 @@ var combineCmd = &cobra.Command{
 			debug.FreeOSMemory()
 			debug.FreeOSMemory()
 		}
 		}
 		bar.Finish()
 		bar.Finish()
+		os.Stderr.WriteString("\033[2K\r")
 		printErrors(allErrors)
 		printErrors(allErrors)
 		sort.Strings(repos)
 		sort.Strings(repos)
 		if mergedMetadata == nil {
 		if mergedMetadata == nil {