src/Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 04:18:09 +0000 (12:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 04:18:09 +0000 (12:18 +0800)
src/Spawn.vala

index 0259246..08415ef 100644 (file)
@@ -167,7 +167,9 @@ public class Spawn : Object
                                out standard_error);
 
                // stdout:
-
+               if (this.detach) { 
+                       return;
+               }
                        
                //print(JSON.stringify(gret));