Skip to content

Commit

Permalink
guard against no schema to find templatePath for
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethbruskiewicz committed Dec 16, 2024
1 parent f3c2760 commit 0227d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function getTemplatePathInScope() {
return templatePath;
}

export async function templateMenuPathForSchemaURI(schemaURI) {
export async function templatePathForSchemaURI(schemaURI) {
// resolve the schema URI
// for now, this is just the manifest
for (let i = 0; i < template_manifest.children.length; i++) {
Expand Down

0 comments on commit 0227d53

Please sign in to comment.