shared: FileScanWorker: Catch correct exception type
This commit is contained in:
parent
4d0d9ba9c6
commit
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...
|
||||
|
Loading…
Reference in New Issue
Block a user