mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Add explanations for more disconnect scenarios
This commit is contained in:
parent
de50efc71a
commit
7f10b9a42f
5 changed files with 56 additions and 10 deletions
|
@ -1011,7 +1011,7 @@ function handleClientReady(client, message)
|
|||
atext.attribs = attribsForWire.translated;
|
||||
}catch(e) {
|
||||
console.error(e.stack || e)
|
||||
client.json.send({disconnect:"padCorrupted"});// pull the breaks
|
||||
client.json.send({disconnect:"corruptPad"});// pull the breaks
|
||||
return callback();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue