🎨 improve codes

This commit is contained in:
ValKmjolnir
2025-03-15 17:58:13 +08:00
parent ac8e5c6361
commit 10d2965197
7 changed files with 144 additions and 159 deletions

View File

@@ -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) {