shared: FileScanWorker: Catch correct exception type

This commit is contained in:
Albert S. 2022-04-22 09:07:10 +02:00
父節點 4d0d9ba9c6
當前提交 c99827e854

查看文件

@ -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...