From d1b60bc988d742391af5b45a5cc7729b8d0c0703 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:34:26 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... } -- 2.39.2