sync
[gitlive] / Spawn.vala
index 704f165..07e78e4 100644 (file)
@@ -370,7 +370,7 @@ public class Spawn : Object
 
             }
             //print("child process done - running callback, then tidyup");
-            this.on_finished(this.result, this.output);
+            this.on_finished(this.result, this.output + (this.output.length > 0 ? "\n" : "") + this.stderr);
            // this.unref();
             this.tidyup();