mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-28 15:40:04 +00:00
re-anble unreachable
This commit is contained in:
@@ -192,9 +192,9 @@ fn dumpWPT(page: *Page, writer: *std.Io.Writer) !void {
|
|||||||
|
|
||||||
pub inline fn assert(ok: bool, comptime ctx: []const u8, args: anytype) void {
|
pub inline fn assert(ok: bool, comptime ctx: []const u8, args: anytype) void {
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
// if (comptime IS_DEBUG) {
|
if (comptime IS_DEBUG) {
|
||||||
// unreachable;
|
unreachable;
|
||||||
// }
|
}
|
||||||
assertionFailure(ctx, args);
|
assertionFailure(ctx, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user