Skip to content

Commit e2d696e

Browse files
committed
Add timestamp for progress
1 parent 3ed988d commit e2d696e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pdf/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Base64
2+
import Dates
23

34
const BUILDROOT = get(ENV, "BUILDROOT", pwd())
45
const JULIA_SOURCE = get(ENV, "JULIA_SOURCE", "$(BUILDROOT)/julia")
@@ -48,7 +49,7 @@ function makedocs(julia_exec)
4849
@async begin
4950
while !istaskdone(builder)
5051
sleep(60)
51-
@info "building pdf ..."
52+
@info "[$(Dates.format(Dates.now(), raw"yyyy-mm-dd\THH:MM:SS"))] building pdf ..."
5253
end
5354
end
5455
end

0 commit comments

Comments
 (0)