Fix: err -> e
This commit is contained in:
parent
51e92e5a7b
commit
9069562587
|
@ -69,7 +69,7 @@ function dirtyReporter() {
|
||||||
for (const cb of onchanges) {
|
for (const cb of onchanges) {
|
||||||
try {
|
try {
|
||||||
cb();
|
cb();
|
||||||
} catch (err) {
|
} catch (e) {
|
||||||
console.error(err);
|
console.error(err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user