diff --git a/src/utils/cubismjson.ts b/src/utils/cubismjson.ts index 93a41a3..c05d33d 100644 --- a/src/utils/cubismjson.ts +++ b/src/utils/cubismjson.ts @@ -195,6 +195,7 @@ export abstract class Value { JsonError.errorValue = new JsonError('ERROR', true); this.nullValue = new JsonNullvalue(); + this.errorValue = new JsonError('ERROR', true); Value.s_dummyKeys = new csmVector(); }