From ad2d2f258cc13c7672f304c00c2ff7af67601039 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Fri, 4 Jul 2025 22:48:12 +1200 Subject: Print a blank line after printing debug information --- src/debug.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/debug.rs') diff --git a/src/debug.rs b/src/debug.rs index b007d9f..a0746e7 100644 --- a/src/debug.rs +++ b/src/debug.rs @@ -44,6 +44,7 @@ impl DebugState { } string.eprintln(); } + eprintln!(); } self.last_cycle = core.cycle; self.mark = Instant::now(); -- cgit v1.2.3-70-g09d2