0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

🐛 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)))