Explorar o código

Fix "combine" progress ending

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev %!s(int64=6) %!d(string=hai) anos
pai
achega
bb76ba74bb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      cmd/hercules/combine.go

+ 1 - 0
cmd/hercules/combine.go

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