Skip to content

Commit

Permalink
server down popup
Browse files Browse the repository at this point in the history
  • Loading branch information
3r1s-s committed Sep 27, 2024
1 parent aef5778 commit 5593287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function main() {
meowerConnection = new WebSocket(server);

meowerConnection.addEventListener('error', function(event) {
//launch screen
openUpdate('Connection error, please try again later!');
});

meowerConnection.onclose = (event) => {
Expand Down

0 comments on commit 5593287

Please sign in to comment.