pad: Pop up an error message dialog box upon socket.io error
parent
5b887396c3
commit
a2554fff22
|
@ -220,6 +220,7 @@ function handshake()
|
|||
pad.collabClient.setStateIdle();
|
||||
pad.collabClient.setIsPendingRevision(true);
|
||||
}
|
||||
throw new Error(`socket.io connection error: ${JSON.stringify(error)}`);
|
||||
});
|
||||
|
||||
var initalized = false;
|
||||
|
|
Loading…
Reference in New Issue