mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
fix: _debug typo in startWithLogging
debug = true should have been _debug = true.
This commit is contained in:
parent
d83bf5afa7
commit
997627f288
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ pub fn enableDebugLog() void {
|
|||
|
||||
/// start Zap with debug logging on
|
||||
pub fn startWithLogging(args: fio.fio_start_args) void {
|
||||
debug = true;
|
||||
_debug = true;
|
||||
fio.fio_start(args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue