mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 14:55:25 +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…
x
Reference in New Issue
Block a user