Spawn.vala
[gitlive] / Spawn.vala
index e26de9f..f1fa8cb 100644 (file)
@@ -156,7 +156,7 @@ public class Spawn : Object
         if (this.cfg.args.length < 0) {
             throw new SpawnError.NO_ARGS("No arguments");
         }
-        this.run();
+        this.run((res, output) => { });
     
     }