mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
getChangesetInfo: print error message (#4172)
This commit is contained in:
parent
410d20417d
commit
b3680058ff
1 changed files with 1 additions and 1 deletions
|
@ -1304,7 +1304,7 @@ async function handleChangesetRequest(client, message)
|
|||
data.requestID = message.data.requestID;
|
||||
client.json.send({ type: "CHANGESET_REQ", data });
|
||||
} catch (err) {
|
||||
console.error('Error while handling a changeset request for ' + padIds.padId, err, message.data);
|
||||
console.error('Error while handling a changeset request for ' + padIds.padId, err.toString(), message.data);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue