t
This commit is contained in:
@@ -121,7 +121,7 @@ bool try_remove(std::filesystem::path path)
|
||||
{
|
||||
try
|
||||
{
|
||||
std::filesystem::remove("old_build");
|
||||
std::filesystem::remove(path);
|
||||
return true;
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
|
Reference in New Issue
Block a user