Skip to content

Commit 68cc737

Browse files
authored
fix: early return to void overlay flashing (#51)
1 parent b7639ad commit 68cc737

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/refreshUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ function executeRuntime(
252252
isUnrecoverableRuntimeError(error)
253253
) {
254254
location.reload();
255+
return;
255256
}
256257

257258
if (typeof refreshOverlay !== 'undefined' && refreshOverlay) {

0 commit comments

Comments
 (0)