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
Describe the bug
The function FormatError includes an argument inclSource. When set to true, the error message should contain snippets of the YAML source that was used. However, setting inclSource to false still displays the YAML source snippet.
Describe the bug
The function FormatError includes an argument
inclSource
. When set to true, the error message should contain snippets of the YAML source that was used. However, settinginclSource
to false still displays the YAML source snippet.To Reproduce
https://go.dev/play/p/0rFUNptzt1t
Expected behavior
When
inclSource
is set to false,FormatError()
should not include the YAML source snippet in the rendered error message.Screenshots
N/A
Version Variables
Additional context
N/A
The text was updated successfully, but these errors were encountered: