fix compiler guard

This commit is contained in:
2024-10-24 08:17:35 -05:00
parent d78c6078a6
commit ffe623f88c

View File

@@ -543,7 +543,9 @@ class Kiss {
#end
k.fieldList;
}, expectedError);
#if kissCache
File.saveContent(cacheFile, haxe.Json.stringify([for (key => value in expCache) key.value => value]));
#end
return result;
}