Spawn.vala
authorAlan Knowles <alan@roojs.com>
Tue, 26 Sep 2017 09:19:43 +0000 (17:19 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Sep 2017 09:19:43 +0000 (17:19 +0800)
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) => { });
     
     }