]> gitweb.factorcode.org Git - factor.git/commitdiff
run-desc uses default stream
authorSam Anklesaria <sam@Tintin.local>
Sat, 9 May 2009 13:01:39 +0000 (08:01 -0500)
committerSam Anklesaria <sam@Tintin.local>
Sat, 9 May 2009 13:01:39 +0000 (08:01 -0500)
basis/io/launcher/launcher.factor

index 56919b510a6e7a6306dcda2d93b4a5daa32d02c0..cf03565770d293ad8cc99e579ed56ef0c079dcc5 100755 (executable)
@@ -266,4 +266,4 @@ M: object run-pipeline-element
     [ ]
 } cond
 
-: run-desc ( desc -- result ) utf8 <process-reader> stream-contents but-last ;
\ No newline at end of file
+: run-desc ( desc -- result ) utf8 [ contents [ but-last ] [ f ] if* ] with-process-reader ;
\ No newline at end of file