mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
changesettracker: Surface handleUserChanges()
errors
This commit is contained in:
parent
b9bea963e4
commit
b805143d1a
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ const makeChangesetTracker = (scheduler, apool, aceCallbacksProvider) => {
|
||||||
changeCallbackTimeout = scheduler.setTimeout(() => {
|
changeCallbackTimeout = scheduler.setTimeout(() => {
|
||||||
try {
|
try {
|
||||||
changeCallback();
|
changeCallback();
|
||||||
} catch (pseudoError) {
|
|
||||||
// as empty as my soul
|
|
||||||
} finally {
|
} finally {
|
||||||
changeCallbackTimeout = null;
|
changeCallbackTimeout = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue