mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
🐛 Fix sleep
This commit is contained in:
parent
2f423a9add
commit
4be9d58181
1 changed files with 1 additions and 1 deletions
|
@ -110,4 +110,4 @@
|
||||||
|
|
||||||
(defn thread-sleep
|
(defn thread-sleep
|
||||||
[ms]
|
[ms]
|
||||||
(Thread/sleep ms))
|
(Thread/sleep (long ms)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue