Update to add date to exception
This commit is contained in:
parent
5bd17e1e32
commit
33fc5865fe
@ -73,7 +73,7 @@ async function temperatoTick() {
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
console.error(new Date(), e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user