Don't crash if separate process creation failed
This commit is contained in:
parent
c43975c03a
commit
b5e4275f87
@ -74,7 +74,7 @@ SeparateProcess::SeparateProcess(const std::string& exe,
|
||||
|
||||
if (!createChildProcess(exe, argument, create_pipe))
|
||||
{
|
||||
Log::fatal("SeparateProcess", "Failed to run %s %s",
|
||||
Log::error("SeparateProcess", "Failed to run %s %s",
|
||||
exe.c_str(), argument.c_str());
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user