From 93ece0685ec711fb5885c7572ddafda142065863 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 19:00:59 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 2 ++ 1 file changed, 2 insertions(+) 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... } -- 2.39.2