workaround for Neko Uuid bug

This commit is contained in:
2021-10-04 13:32:46 -06:00
parent 6951f0eceb
commit 09419f3faf

View File

@@ -52,6 +52,6 @@
(function :Entry _newEntry []
(object
id (Uuid.v4)
id ((#if neko Uuid.v1 Uuid.v4)) // Work around https://github.com/flashultra/uuid/issues/3 on Neko
components (new Map)
files []))