More details for scan error reports #676

This commit is contained in:
emeric
2025-05-26 23:33:52 +02:00
parent 6d6ea4920b
commit 571c0bc5f4
86 changed files with 1794 additions and 950 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ int main(int argc, char* argv[])
{
std::filesystem::path file{ inputFile };
std::cout << "Parsing file '" << file << "'" << std::endl;
std::cout << "Parsing file " << file << std::endl;
if (parsers.contains(Parser::Lyrics))
{