mirror of
https://github.com/penpot/penpot.git
synced 2026-05-03 07:08:44 +00:00
🐛 Fix sleep
This commit is contained in:
parent
2f423a9add
commit
4be9d58181
@ -110,4 +110,4 @@
|
||||
|
||||
(defn thread-sleep
|
||||
[ms]
|
||||
(Thread/sleep ms))
|
||||
(Thread/sleep (long ms)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user