Skip to content

Commit 7383ee9

Browse files
committed
updated to error instead of warnings
1 parent d4966d6 commit 7383ee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/shortcodes/dimensions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{ $dimensionsRef = . | transform.Unmarshal }}
99
{{ end }}
1010
{{ else }}
11-
{{ warnf "Unable to get remote resource %q" $jsPath }}
11+
{{ errorf "Unable to get asset resource %q" $jsPath }}
1212
{{ end }}
1313

1414

layouts/shortcodes/metrics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{ $metricsRef = . | transform.Unmarshal }}
99
{{ end }}
1010
{{ else }}
11-
{{ warnf "Unable to get remote resource %q" $jsPath }}
11+
{{ errorf "Unable to get asset resource %q" $jsPath }}
1212
{{ end }}
1313

1414

0 commit comments

Comments
 (0)