🐛 Fix sleep

This commit is contained in:
Pablo Alba 2022-11-03 08:55:28 +01:00
parent 2f423a9add
commit 4be9d58181

View File

@ -110,4 +110,4 @@
(defn thread-sleep
[ms]
(Thread/sleep ms))
(Thread/sleep (long ms)))