mirror of
https://github.com/ziglang/zig.git
synced 2024-11-28 16:12:33 +00:00
Add unreachable branch
This commit is contained in:
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
Block a user