Commit 61ba52b9e3
Changed files (1)
lib
std
lib/std/progress.zig
@@ -178,7 +178,7 @@ pub const Progress = struct {
if (windows.kernel32.SetConsoleCursorPosition(file.handle, cursor_pos) != windows.TRUE)
unreachable;
- }
+ } else unreachable;
self.columns_written = 0;
}