workaround for Neko Uuid bug
This commit is contained in:
@@ -52,6 +52,6 @@
|
|||||||
|
|
||||||
(function :Entry _newEntry []
|
(function :Entry _newEntry []
|
||||||
(object
|
(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)
|
components (new Map)
|
||||||
files []))
|
files []))
|
||||||
|
Reference in New Issue
Block a user