1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 03:15:33 +02:00

Set the error message.

This commit is contained in:
Alain Magloire 2003-10-17 14:13:25 +00:00
parent 0c011ffdda
commit b4eff13327

View file

@ -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() {