dev-stylish
Matthew Butterick 6 years ago
parent 72c6fbc3e0
commit 0812086da8

@ -160,7 +160,7 @@
(find-relative-path (current-project-root) output-path) (find-relative-path (current-project-root) output-path)
(if (< real 1000) (if (< real 1000)
(format "(~a ms)" real) (format "(~a ms)" real)
(format "(~a s)" (/ real 1000))))) (format "(~a s)" (/ real 1000.0)))))
(update-mod-date-hash! source-path template-path) (update-mod-date-hash! source-path template-path)
render-result) render-result)

Loading…
Cancel
Save