Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ConfigException to indent messages after line breaks #712

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

vlovgr
Copy link
Owner

@vlovgr vlovgr commented Oct 23, 2023

Messages in ConfigException are now indented after line breaks.

Example before:

ciris.ConfigException: configuration loading failed with the following errors.
  - Failed to parse file at <path> with charset UTF-8:
// TODO
^
expectation:
* must end the string.

Example after:

ciris.ConfigException: configuration loading failed with the following errors.
  - Failed to parse file at <path> with charset UTF-8:
    // TODO
    ^
    expectation:
    * must end the string.

Base automatically changed from config-value-missing-string to master October 23, 2023 00:41
@vlovgr vlovgr merged commit 2bce44b into master Oct 23, 2023
3 checks passed
@vlovgr vlovgr deleted the config-exception-indent-messages branch October 23, 2023 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant