mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Set the error message.
This commit is contained in:
parent
0c011ffdda
commit
b4eff13327
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ public class Spawner extends Process {
|
|||
cmdarray = array;
|
||||
envp = env;
|
||||
dirpath = dir;
|
||||
errMesg = new String();
|
||||
errMesg = new String("Cannot run " + cmdarray[0]);
|
||||
}
|
||||
|
||||
public void run() {
|
||||
|
|
Loading…
Add table
Reference in a new issue