mirror of
https://github.com/penpot/penpot.git
synced 2026-03-06 02:01:09 +00:00
🐛 Fix compatibility issues with jdk19 on util/async ns
This commit is contained in:
committed by
Andrés Moya
parent
b2cbb1e60f
commit
3dc2c52f64
@@ -110,4 +110,4 @@
|
||||
|
||||
(defn thread-sleep
|
||||
[ms]
|
||||
(Thread/sleep ms))
|
||||
(Thread/sleep (long ms)))
|
||||
|
||||
Reference in New Issue
Block a user