1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 17:20:23 +03:00

Further improve time-ms

This commit is contained in:
sogaiu 2021-04-21 16:54:46 +09:00
parent c1a0e86376
commit 32a503befc

View File

@ -670,7 +670,7 @@
(t.make-fn
(fn [asts]
(t.make-number
(math.floor (* 1000 (os.clock)))))))
(math.floor (* 1000000 (os.clock)))))))
(fn fennel-eval*
[fennel-val]