mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 12:51:42 +00:00
Update working directory update failure message
This commit is contained in:
parent
7d4ae6e28b
commit
43a384fa74
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ int main(int argc, char *argv[])
|
|||
if (!Registry::RootDirectoryPath.empty())
|
||||
{
|
||||
if (!os::process::SetWorkingDirectory(std::filesystem::path(Registry::RootDirectoryPath)))
|
||||
LOGFN_ERROR("Failed to set working directory: \"{}\"", Registry::RootDirectoryPath.string());
|
||||
LOGFN_ERROR("Failed to set working directory from registry");
|
||||
}
|
||||
|
||||
bool forceInstaller = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue