From d3b396b17602ad71a62cbc2eaf595a1d94579c4a Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 12 Mar 2024 09:02:24 +0100 Subject: make state update atomic and clean up some code --- core/state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/state') diff --git a/core/state b/core/state index fcf327d..580afc6 100755 --- a/core/state +++ b/core/state @@ -17,5 +17,5 @@ EOF } . "$core_path/update" -echo "[$state] $lap: ${remaining}s" +echo "lap $lap, $state, $(fmt_time $remaining)" -- cgit v1.2.3