Skip to content

Change ConfigException to indent messages after line breaks#712

Merged
vlovgr merged 1 commit intomasterfrom
config-exception-indent-messages
Oct 23, 2023
Merged

Change ConfigException to indent messages after line breaks#712
vlovgr merged 1 commit intomasterfrom
config-exception-indent-messages

Conversation

@vlovgr
Copy link
Copy Markdown
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
@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