diff --git a/src/index.ts b/src/index.ts index cb391ec..bfc80b7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,7 +73,7 @@ async function temperatoTick() { } } } catch (e) { - console.error(e); + console.error(new Date(), e); } }