From 0175a2858ef0a58f7a87eb8eac7a65e7411f1251 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 27 Jul 2019 00:53:37 +0200 Subject: [PATCH] Removed a TODO left --- src/parser.ts | 1 - 1 file changed, 1 deletion(-) 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")); }