diff --git a/edit/util.js b/edit/util.js index d5291fcf..e9019330 100644 --- a/edit/util.js +++ b/edit/util.js @@ -69,7 +69,7 @@ function dirtyReporter() { for (const cb of onchanges) { try { cb(); - } catch (err) { + } catch (e) { console.error(err); } }