Infomaniak / desktop-kDrive

:computer: Desktop Syncing Client for kDrive
GNU General Public License v3.0
30 stars 5 forks source link

Fix error handling in LFSO's exploreDir function #40

Closed luc-guyot-infomaniak closed 7 months ago

luc-guyot-infomaniak commented 7 months ago

The first commit of this pull-request fixes the handling of a possible error in LocalFileSystemObserverWorker::explorDir by aborting the local directory exploration if the creation of directory iterator fails for the provided path.

The second commit corrects a grammar mistake made in multiple files, including localfilesystemobserverworker.cpp: "catched" is replaced with "caught".

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud