1
0
Fork 0
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:
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;
envp = env;
dirpath = dir;
errMesg = new String();
errMesg = new String("Cannot run " + cmdarray[0]);
}
public void run() {