mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Make "Failed to execute" a nice red error
This commit is contained in:
parent
ec2602f3b0
commit
b722614501
1 changed files with 1 additions and 1 deletions
|
@ -8862,7 +8862,7 @@ namespace IDE
|
|||
SpawnedProcess process = new SpawnedProcess();
|
||||
if (process.Start(startInfo) case .Err)
|
||||
{
|
||||
OutputLine("Failed to execute \"{0}\"", inFileName);
|
||||
OutputErrorLine("Failed to execute \"{0}\"", inFileName);
|
||||
delete process;
|
||||
delete executionInstance;
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue