aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/entry-points/html.scm')
-rw-r--r--module/entry-points/html.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/module/entry-points/html.scm b/module/entry-points/html.scm
index e03e5907..1237f628 100644
--- a/module/entry-points/html.scm
+++ b/module/entry-points/html.scm
@@ -66,4 +66,7 @@
[(table)
(html-table-main count start)]
[else
- (error "Unknown html style: ~a" style)]))
+ (error "Unknown html style: ~a" style)])
+
+ ((@ (util time) report-time!) "all done")
+ )