mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34: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
|
/// start Zap with debug logging on
|
||||||
pub fn startWithLogging(args: fio.fio_start_args) void {
|
pub fn startWithLogging(args: fio.fio_start_args) void {
|
||||||
debug = true;
|
_debug = true;
|
||||||
fio.fio_start(args);
|
fio.fio_start(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue