You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the loaded index.blog.jsonfile is invalid, theloadIndex` method fails and the blog is unable to proceed.
Desired scenario:
If the index file can't be loaded, then the loadIndex function should pass an error object to the callback function so it can handle the situation as needed.
The text was updated successfully, but these errors were encountered:
Current scenario:
file is invalid, the
loadIndex` method fails and the blog is unable to proceed.Desired scenario:
loadIndex
function should pass an error object to the callback function so it can handle the situation as needed.The text was updated successfully, but these errors were encountered: