test
Build / build (push) Successful in 55s
Test / build_and_test (push) Failing after 15m34s

This commit is contained in:
2026-05-10 02:11:33 +02:00
parent 53638a5dac
commit 90b8d2a45e
+1 -1
View File
@@ -25,7 +25,7 @@ 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)) {
if (comptime (lib.config.logs != .debug and lib.config.logs != .verbose) and (level == .info or level == .debug)) {
return;
}