Skip to content

Commit

Permalink
Fix page not reloading after fixing first error on page (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Sherby authored and SpaceK33z committed Feb 25, 2018
1 parent 83c1625 commit ab4eeb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client-src/default/index.js
Expand Up @@ -156,6 +156,7 @@ const onSocketMsg = {
sendMsg('Errors', strippedErrors);
for (let i = 0; i < strippedErrors.length; i++) { log.error(strippedErrors[i]); }
if (useErrorOverlay) overlay.showMessage(errors);
initial = false;
},
error(error) {
log.error(error);
Expand Down

0 comments on commit ab4eeb0

Please sign in to comment.