ZLUA REPL!!!!! (#18)

This commit is contained in:
Chance 2024-12-21 16:28:32 -05:00 committed by BitSyndicate
parent 0b37378570
commit 7071e4f6c9
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
6 changed files with 106 additions and 13 deletions

View file

@ -81,4 +81,4 @@ impl Log for DynamicLogger {
let mut writer = self.writer.lock();
writer.flush().unwrap();
}
}
}