Skip to content

Commit

Permalink
chore: add prefix to warning messages
Browse files Browse the repository at this point in the history
To help users locating where errors come from
  • Loading branch information
razonyang committed Jun 4, 2024
1 parent c028de9 commit 3062ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/images/image.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
{{- end }}
{{- end }}
{{- else }}
{{- warnf "image not found: %s" $filename }}
{{- warnf "[github.com/hugomods/images] image not found: %s" $filename }}
{{- end }}
{{- end }}
{{- else }}
Expand Down

0 comments on commit 3062ff4

Please sign in to comment.