mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
Fixed non-existing this context
This commit is contained in:
@@ -107,7 +107,7 @@ export async function getModelFolderContents(model: string): Promise<Partitioned
|
|||||||
if (!isModelInitialized) {
|
if (!isModelInitialized) {
|
||||||
throw new Error(formatMessage(
|
throw new Error(formatMessage(
|
||||||
"MODEL_UNINITIALIZED",
|
"MODEL_UNINITIALIZED",
|
||||||
path.parse(this.model).name
|
path.parse(model).name
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user