blow up if try to parse an array, its not implemented yet
This commit is contained in:
parent
b51666890c
commit
7d020a9288
|
@ -154,6 +154,7 @@ for (const type of Object.keys(schema)) {
|
|||
cData += `\n\t\t${types[propType].c} ${prop};`;
|
||||
break;
|
||||
case "array":
|
||||
throw new Error("Not Implemented!");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue