shared: FileScanWorker: Catch correct exception type

This commit is contained in:
Albert S. 2022-04-22 09:07:10 +02:00
parent 4d0d9ba9c6
commit c99827e854
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ void FileScanWorker::run()
{
sfr = saver.addFile(path);
}
catch(std::runtime_error &e)
catch(std::exception &e)
{
Logger::error() << e.what();
sfr = PROCESSFAIL; // well...