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