changesettracker: Surface handleUserChanges() errors

This commit is contained in:
Richard Hansen 2021-08-14 05:21:01 -04:00
parent b9bea963e4
commit b805143d1a

View file

@ -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;
} }