@woosh/meep-engine 2.47.13 → 2.47.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@ export function abstractJSONSerializer(source, serializers, classNames) {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
if (typeName === undefined) {
|
|
27
|
-
throw new Error(`Failed to resolve type name
|
|
27
|
+
throw new Error(`Failed to resolve type name. No name found in classNames registry and no .typeName field on the constructor`);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
let serializer = serializers.get(typeName);
|