fuck I found the bug
This commit is contained in:
parent
182f09c877
commit
d54515ff47
1 changed files with 2 additions and 0 deletions
|
|
@ -193,6 +193,8 @@ fn logFnImpl(comptime level: Level, comptime scope: Scope, comptime format: []co
|
|||
break :scopeTextBlk text;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
break :scopeTextBlk @tagName(scope);
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue