diff options
Diffstat (limited to 'src/vm.rs')
| -rw-r--r-- | src/vm.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -510,6 +510,7 @@ impl VM { }); if self.print_blocks { + println!("\n [[{}]]\n", "RUNNING".red()); self.frame().block.debug_print(); } @@ -621,6 +622,7 @@ impl VM { }); if self.print_blocks { + println!("\n [[{}]]\n", "TYPECHECK".purple()); self.frame().block.debug_print(); } |
