From: Alan Knowles Date: Mon, 29 Aug 2016 08:36:40 +0000 (+0800) Subject: Spawn.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=5a5f01f5056a337756c0fa15fe8e45b91594d1bb Spawn.vala --- diff --git a/Spawn.vala b/Spawn.vala index a25c2da2..b5df8c8e 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -427,7 +427,7 @@ public class Spawn : Object string prop = (ch == this.out_ch) ? "output" : "stderr"; // print("prop: " + prop); if (this.pid < 0) { - return; // spawn complete + closed... can't read any more. + return false; // spawn complete + closed... can't read any more. } //print(JSON.stringify(ch, null,4));