Add unreachable branch
parent
273d2de099
commit
61ba52b9e3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue