Spawn.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:34:26 +0000 (21:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:34:26 +0000 (21:34 +0800)
Spawn.vala

index e342668..f2b683f 100644 (file)
@@ -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...
         }