diff --git a/basis/io/launcher/launcher.factor b/basis/io/launcher/launcher.factor index a8a70cb778..5813502a2b 100755 --- a/basis/io/launcher/launcher.factor +++ b/basis/io/launcher/launcher.factor @@ -5,7 +5,7 @@ assocs combinators vocabs.loader init threads continuations math accessors concurrency.flags destructors environment io io.encodings.ascii io.backend io.timeouts io.pipes io.pipes.private io.encodings io.streams.duplex io.ports -debugger prettyprint summary calendar ; +debugger prettyprint summary calendar io.pathnames ; IN: io.launcher TUPLE: process < identity-tuple @@ -266,4 +266,4 @@ M: object run-pipeline-element [ ] } cond -: run-desc ( desc -- result ) ascii f swap stream-read-until drop but-last ; \ No newline at end of file +: run-desc ( desc -- result ) ascii stream-contents but-last ; \ No newline at end of file