You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ erroridf "error-42" "You should consider fixing this." }}
Prior to v0.114.0
ERROR 2023/09/25 15:40:58 You should consider fixing this.
If you feel that this should not be logged as an ERROR, you can ignore it by adding this to your site config:
ignoreErrors = ["error-42"]
With v0.114.0 and later:
ERROR You should consider fixing this.
Note that error suppression works as expected. This is just a console output issue.
I've also noticed that warnf, errorf, and erroridf no longer include timestamps. I don't particularly care about this (actually I think it's an improvement), but others might feel differently.
The text was updated successfully, but these errors were encountered:
Prior to v0.114.0
With v0.114.0 and later:
Note that error suppression works as expected. This is just a console output issue.
I've also noticed that
warnf
,errorf
, anderroridf
no longer include timestamps. I don't particularly care about this (actually I think it's an improvement), but others might feel differently.The text was updated successfully, but these errors were encountered: