From: Alan Knowles Date: Sat, 10 May 2014 13:34:26 +0000 (+0800) Subject: Spawn.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=d1b60bc988d742391af5b45a5cc7729b8d0c0703 Spawn.vala --- diff --git a/Spawn.vala b/Spawn.vala index e3426688..f2b683fa 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -351,7 +351,7 @@ public class Spawn : Object if (this.cfg.exceptions && this.result != 0) { - throw new SpawnError.EXEC_ERROR(this.stderr); + throw new SpawnError.EXECUTE_ERROR(this.stderr); //this.toString = function() { return this.stderr; }; ///throw new Exception this; // we throw self... }