mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
🎨 improve codes
This commit is contained in:
@@ -717,7 +717,7 @@ void vm::run(const codegen& gen,
|
||||
// all nasal programs should end here
|
||||
vmexit:
|
||||
if (verbose) {
|
||||
ngc.info();
|
||||
ngc.status.dump_info();
|
||||
}
|
||||
imm.clear();
|
||||
if (!is_repl_mode) {
|
||||
|
||||
Reference in New Issue
Block a user