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

View File

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