Fix: err -> e

This commit is contained in:
eight 2017-09-12 20:20:58 +08:00
parent 51e92e5a7b
commit 9069562587

View File

@ -69,7 +69,7 @@ function dirtyReporter() {
for (const cb of onchanges) {
try {
cb();
} catch (err) {
} catch (e) {
console.error(err);
}
}