From: Alan Knowles Date: Tue, 26 Sep 2017 09:19:43 +0000 (+0800) Subject: Spawn.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=e507428494b12ef9713196fdcf28d4c7b7b9c5e0 Spawn.vala --- diff --git a/Spawn.vala b/Spawn.vala index e26de9ff..f1fa8cbb 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -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) => { }); }