mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-28 07:33:16 +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 {
|
||||
if (!ok) {
|
||||
// if (comptime IS_DEBUG) {
|
||||
// unreachable;
|
||||
// }
|
||||
if (comptime IS_DEBUG) {
|
||||
unreachable;
|
||||
}
|
||||
assertionFailure(ctx, args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user