Attribute indexing and code completion
This commit is contained in:
@@ -60,7 +60,7 @@ export async function extractFrontmatter(
|
||||
return null;
|
||||
}
|
||||
} catch (e: any) {
|
||||
console.error("Could not parse frontmatter", e);
|
||||
console.warn("Could not parse frontmatter", e.message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user