From: nomennescio Date: Wed, 8 May 2024 22:01:27 +0000 (+0100) Subject: mason: fix build duration during runs X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=HEAD mason: fix build duration during runs --- 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