Spawn.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 05:20:10 +0000 (13:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 05:20:10 +0000 (13:20 +0800)
Spawn.vala

index b9dcc51..5d7b8b8 100644 (file)
@@ -62,7 +62,7 @@ struct SpawnConfig {
     public string[] args;
     public string[]  env;
     public boolean async;
-    public bookean exceptions;
+    public bookean exceptions; // fire exceptions.
     
     public SpawnOutput output
     public SpawnErr stderr;