[*] Illegal missing return value

This commit is contained in:
Reece Wilson 2022-02-27 07:45:35 +00:00
parent 0ecc0505fe
commit 907b5d1b33

View File

@ -216,6 +216,7 @@ namespace Aurora::IO::FS
{
return RemoveDirectoryW(translatedPath.c_str());
}
return false;
}
catch (...)
{