fix: wait for init-service! to finish.

This commit is contained in:
rcmerci
2025-04-17 16:03:46 +08:00
parent 0acda3ba33
commit 5d6b7478ee

View File

@@ -856,8 +856,9 @@
(def-thread-api :thread-api/init-shared-service
[graph]
(init-service! graph)
nil)
(p/do!
(init-service! graph)
nil))
(defn init
"web worker entry"