We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9595fce commit ec25307Copy full SHA for ec25307
Sources/TSCUtility/ProgressAnimation.swift
@@ -219,6 +219,8 @@ public final class RedrawingLitProgressAnimation: ProgressAnimationProtocol {
219
terminal.write(header, inColor: .cyan, bold: true)
220
terminal.endLine()
221
hasDisplayedHeader = true
222
+ } else {
223
+ terminal.moveCursor(up: 1)
224
}
225
226
terminal.clearLine()
@@ -242,8 +244,6 @@ public final class RedrawingLitProgressAnimation: ProgressAnimationProtocol {
242
244
} else {
243
245
terminal.write(text)
246
-
- terminal.moveCursor(up: 1)
247
248
249
public func complete(success: Bool) {
0 commit comments