Open tjgionet opened 6 years ago
not sure what this means, is this checking that the "Entity" key inside of schemas need to match an actual file in the module?
when we load the entity file from the zip, right now we do it blindly, with faith the schema is correct. if its not, we get an unhelpful error. this should instead throw an error, E_FILE_NOT_FOUND
, and whoever uses the functionality, should use a try catch to recover from this correctly. should only be found within genEntity
and genModule
code.
The error showed up as an async of null. Due to the loading of an unavailable file in jszip