fuck I found the bug

This commit is contained in:
Lyssieth 2024-12-02 04:54:52 +02:00
parent 182f09c877
commit d54515ff47
Signed by untrusted user who does not match committer: lyssieth
GPG key ID: 200268854934CFAB

View file

@ -193,6 +193,8 @@ fn logFnImpl(comptime level: Level, comptime scope: Scope, comptime format: []co
break :scopeTextBlk text;
}
}
} else {
break :scopeTextBlk @tagName(scope);
}
},
}