Skip to content

Commit

Permalink
fix(suncron): Do not include exception stacktrace in log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
csuermann committed Jun 5, 2021
1 parent 86ec646 commit 3a87fe6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions suncron.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ module.exports = function (RED) {
}
} catch (e) {
console.log(
`ignoring event type '${eventType}' as no event time could be determined for current day.`,
e
`ignoring event type '${eventType}' as no event time could be determined for current day.`
)
}
}
Expand Down

0 comments on commit 3a87fe6

Please sign in to comment.