Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 3f54a7a

Browse files
authored
Merge pull request #15017 from SietseB/fix-reload-window
Fix for: `Reload With(out) Extensions` not working
2 parents 5f40608 + f517012 commit 3f54a7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/document/DocumentCommandHandlers.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,8 @@ define(function (require, exports, module) {
16651665
// In case of an error
16661666
_socket.onerror = result.reject;
16671667
});
1668+
} else {
1669+
result.reject();
16681670
}
16691671
});
16701672
}

0 commit comments

Comments
 (0)