This commit is contained in:
2025-10-08 19:41:46 +02:00
parent 0dedb2d6b9
commit dddf8ca632
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ bool try_remove(std::filesystem::path path)
{ {
try try
{ {
std::filesystem::remove("old_build"); std::filesystem::remove(path);
return true; return true;
} }
catch (const std::exception &e) catch (const std::exception &e)