Skip to content

Commit

Permalink
Stop loading on error
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 29, 2024
1 parent cb8f21c commit 37064de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ function getStore(config, router) {
}
console.error(error);
cx.commit('errored', { url, error });
return;
}
}

Expand Down

0 comments on commit 37064de

Please sign in to comment.