Merge branch 'main' of github.com:taurusxin/ncmdump
This commit is contained in:
commit
49bc90e976
8
main.cpp
8
main.cpp
|
@ -41,10 +41,10 @@ void processFile(const fs::path &filePath)
|
||||||
{
|
{
|
||||||
std::cerr << BOLDRED << "Exception: " << RESET << RED << e.what() << RESET << " '" << filePath.u8string() << "'" << std::endl;
|
std::cerr << BOLDRED << "Exception: " << RESET << RED << e.what() << RESET << " '" << filePath.u8string() << "'" << std::endl;
|
||||||
}
|
}
|
||||||
// catch (...)
|
catch (...)
|
||||||
// {
|
{
|
||||||
// std::cerr << BOLDRED << "Unexpected exception while processing file: " << RESET << filePath.u8string() << std::endl;
|
std::cerr << BOLDRED << "Unexpected exception while processing file: " << RESET << filePath.u8string() << std::endl;
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void processFilesInFolder(const fs::path &folderPath)
|
void processFilesInFolder(const fs::path &folderPath)
|
||||||
|
|
Loading…
Reference in New Issue