diff --git a/src/store/index.js b/src/store/index.js index ffd7f5a9..771dab2a 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -765,6 +765,7 @@ function getStore(config, router) { } console.error(error); cx.commit('errored', { url, error }); + return; } }