From: Alan Knowles Date: Sat, 10 May 2014 11:00:59 +0000 (+0800) Subject: Spawn.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=93ece0685ec711fb5885c7572ddafda142065863 Spawn.vala --- diff --git a/Spawn.vala b/Spawn.vala index 40ba1724..1be17e9a 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -350,6 +350,8 @@ public class Spawn : Object } if (this.cfg.exceptions && this.result != 0) { + + throw new SpawnError.EXEC_ERROR(this.stderr); //this.toString = function() { return this.stderr; }; ///throw new Exception this; // we throw self... }