From b5fd1e1e02d6072eb709b50fdf91a1f0ed4e122b Mon Sep 17 00:00:00 2001 From: nomennescio Date: Wed, 8 May 2024 23:01:27 +0100 Subject: [PATCH] mason: fix build duration during runs --- extra/webapps/mason/dashboard/dashboard.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/webapps/mason/dashboard/dashboard.factor b/extra/webapps/mason/dashboard/dashboard.factor index 192145fd13..5e3288e042 100644 --- a/extra/webapps/mason/dashboard/dashboard.factor +++ b/extra/webapps/mason/dashboard/dashboard.factor @@ -48,7 +48,7 @@ CONSTANT: BROKEN [ last-git-id>> git-short-link ] [ report-url ] [ last-timestamp>> timestamp>ymdhms ] - [ [ last-timestamp>> ] [ start-timestamp>> ] bi time- duration>hms ] + [ [ last-timestamp>> ] [ start-timestamp>> ] bi 2dup before? [ nip now swap ] when time- duration>hms ] [ builder-status ] } cleave [XML <-><->><-><-><-> XML] ] map -- 2.34.1