0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

🐛 Fix compatibility issues with jdk19 on util/async ns

This commit is contained in:
Andrey Antukh 2022-10-11 14:54:34 +02:00 committed by Andrés Moya
parent b2cbb1e60f
commit 3dc2c52f64

View file

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