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

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

Loading…
Cancel
Save