Skip to content

Commit 8eb9fa1

Browse files
authored
use Timedesc.Span.to_string instead of Timedesc.Span.For_human.to_string (#954)
1 parent e462128 commit 8eb9fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dream_dashboard/info.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let uptime =
2424
let uptime_string () =
2525
let s = Int64.of_float (uptime ()) in
2626
let span = Timedesc.Span.make ~s () in
27-
Timedesc.Span.For_human.to_string span
27+
Timedesc.Span.to_string span
2828

2929
type platform = Darwin | Freebsd | Linux | Openbsd | Sunos | Win32 | Android
3030

0 commit comments

Comments
 (0)