mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 19:03:13 +01:00
LDMD: Made error message on compiler execution error clearer.
It is also triggered when the compiler exits with a signal, etc.
This commit is contained in:
@@ -131,7 +131,7 @@ int execute(ls::Path exePath, const char** args)
|
||||
0, 0, &errorMsg);
|
||||
if (!errorMsg.empty())
|
||||
{
|
||||
error("Could not execute %s: %s", exePath.c_str(), errorMsg.c_str());
|
||||
error("Error executing %s: %s", exePath.c_str(), errorMsg.c_str());
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user