t
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user