We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add config line number if possible when there's an error in waybar config.
The text was updated successfully, but these errors were encountered:
JSON parsing errors already show the line number if you do something like this:
{ "this-key-has-novalue": , "this-key-does": true }
which shows:
./build/waybar --config config.jsonc [2024-05-06 19:52:13.594] [info] Using configuration file config.jsonc [2024-05-06 19:52:13.595] [error] Error parsing JSON: * Line 2, Column 27 Syntax error: value, object or array expected.
What other kind of config errors do you mean?
Sorry, something went wrong.
I don't remember what error it is. But some errors are not shown with line number.
No branches or pull requests
add config line number if possible when there's an error in waybar config.
The text was updated successfully, but these errors were encountered: