mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
Merge pull request #101 from GiuseppeCesarano/patch-1
fix: _debug typo in startWithLogging
This commit is contained in:
commit
209ba1cd98
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