mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -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
|
||||
[ms]
|
||||
(Thread/sleep ms))
|
||||
(Thread/sleep (long ms)))
|
||||
|
|
Loading…
Reference in a new issue