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

fix(hocon_token): fix scan error message format #257

Merged
merged 1 commit into from
Jun 10, 2023

Commits on Jun 9, 2023

  1. fix(hocon_token): fix scan error message format

    prior to this change, the scan error is formated as a
    utf8 binary string, this caused some unreadable error messages
    if the error is not formated to console using ~ts.
    
    this commit changes the error report to a map in which
    the line number and file paht/name is readable.
    this is usually enough to find the error.
    zmstone committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4d7036e View commit details
    Browse the repository at this point in the history