Skip to content

Commit 1232160

Browse files
committed
Update ConsoleConvert.cs
1 parent 0bb0795 commit 1232160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Repackinator.Core/Console/ConsoleConvert.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public static void Process(string version, string[] args)
135135
{
136136
System.Console.Write($"Stage {s + 1} of 3, Progress {amount}%");
137137
}
138-
System.Console.CursorLeft = 0;
138+
System.Console.CursorLeft = 0;
139139
previousProgress = amount;
140140
}
141141
}, default);

0 commit comments

Comments
 (0)