mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-23 17:04:12 +08:00
fix botched merge
This commit is contained in:
parent
de3cad37f8
commit
0df2526560
@ -154,8 +154,6 @@ namespace DevTools
|
|||||||
try { std::filesystem::remove_all(L"devtoolscache"); break; }
|
try { std::filesystem::remove_all(L"devtoolscache"); break; }
|
||||||
catch (std::filesystem::filesystem_error) { continue; }
|
catch (std::filesystem::filesystem_error) { continue; }
|
||||||
}
|
}
|
||||||
OnStatusChanged("Stopped");
|
|
||||||
try { std::filesystem::remove_all(L"devtoolscache"); } catch (std::filesystem::filesystem_error) {}
|
|
||||||
StatusChanged("Stopped");
|
StatusChanged("Stopped");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user