test
Build / build (push) Successful in 2m33s
Test / build_and_test (push) Failing after 18m0s

This commit is contained in:
2026-05-10 02:09:28 +02:00
parent 7de08c9412
commit 53638a5dac
3 changed files with 7 additions and 2 deletions
+4
View File
@@ -25,6 +25,10 @@ pub fn log(comptime level: std.log.Level, comptime scope: @EnumLiteral(), compti
return;
}
if (comptime (lib.config.logs != .debug or lib.config.logs != .verbose) and (level == .info or level == .debug)) {
return;
}
const io = std.Options.debug_io;
const scope_name = @tagName(scope);