#206 - Removal of the front matter parsing error notification

This commit is contained in:
Elio Struyf
2021-12-20 20:38:56 +01:00
parent 87e80ccfe9
commit 6da3ddb5dd
2 changed files with 4 additions and 20 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export class CustomScript {
if (folder.lastModified.length > 0) {
for await (const file of folder.lastModified) {
try {
const article = ArticleHelper.getFrontMatterByPath(file.filePath, true);
const article = ArticleHelper.getFrontMatterByPath(file.filePath);
if (article) {
const crntOutput = await CustomScript.runScript(wsPath, article, file.filePath, script);
if (crntOutput) {