mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +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;
|
cmdarray = array;
|
||||||
envp = env;
|
envp = env;
|
||||||
dirpath = dir;
|
dirpath = dir;
|
||||||
errMesg = new String();
|
errMesg = new String("Cannot run " + cmdarray[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void run() {
|
public void run() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue