Wrong error messages capitalization #2047
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
The error message prompted when listing libraries of a missing platform has wrong capitalization
The error message in terminal should use lower case letters: "error": "Error listing Libraries: Unknown FQBN: platform arduino:samd is not installed" should be "error": "Error listing libraries: Unknown FQBN: platform arduino:samd is not installed"
To reproduce
Make sure the candidate platform,
samd
in the example, is not installedOne option is to remove them all
Issue a command to list the libraries of a board
Observe the error message with weird capitalization
Expected behavior
The error message should be
Arduino CLI version
git commit a58d5ad
Operating system
MacOS
Operating system version
13.1 (22C65)
Additional context
Possibly other messages should be checked and eventually improved
Issue checklist
The text was updated successfully, but these errors were encountered: