diff --git a/src/parser.ts b/src/parser.ts index 5c466ce..1a1748e 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -46,7 +46,6 @@ export async function getModelContents(model: FactoryOptions["model"]) { ); if (!isModelInitialized) { - // @TODO: set a good error message throw new Error(formatMessage("MODEL_UNINITIALIZED", "parse result")); }