From 0d6127c9696cae78107c0336a615febc75c77c63 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 4 Oct 2021 13:32:46 -0600 Subject: [PATCH] workaround for Neko Uuid bug --- src/nat/Archive.kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nat/Archive.kiss b/src/nat/Archive.kiss index 3acd84d..543d4b0 100644 --- a/src/nat/Archive.kiss +++ b/src/nat/Archive.kiss @@ -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 []))