mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 20:25:26 +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) {
|
||||
throw new Error(formatMessage(
|
||||
"MODEL_UNINITIALIZED",
|
||||
path.parse(this.model).name
|
||||
path.parse(model).name
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user