Signed-off-by: Traxus <shyidx@gmail.com>

This commit is contained in:
Traxus 2023-04-21 21:02:29 -04:00
parent 360a04d83c
commit 705ad9e324

View File

@ -396,7 +396,6 @@ async function getSingleBlogPostJsonBySlug(slug : string) {
//-----continue to enforce standard set by forceBlogPostsJsonSlugIntegrity()
blogPost.slug = slug;
} catch (e) {
jsonParseSuccess = false;
console.log('Failed to open or parse JSON for file ' + jsonPath);
console.log('JSON parse attempt resulted in the following error:');
console.log(e);