mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-17 10:04:09 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
360a04d83c
commit
705ad9e324
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user