We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85710ce commit c822395Copy full SHA for c822395
basis/io/launcher/launcher.factor
@@ -255,7 +255,7 @@ PRIVATE>
255
(pipe) |dispose
256
(pipe) |dispose {
257
[
258
- rot >process
+ rot >process t >>hidden
259
[ swap in>> or ] change-stdin
260
[ swap out>> or ] change-stdout
261
run-detached
basis/io/launcher/windows/windows-tests.factor
@@ -224,6 +224,10 @@ SYMBOLS: out-path err-path ;
224
out-path get-global utf8 file-contents
225
] unit-test
226
227
+{ t "This is a hidden process.\r\n" } [
228
+ "cmd /c echo.This is a hidden process." utf8 (process-stream) hidden>> swap stream-contents
229
+] unit-test
230
+
231
[ "IN: scratchpad " ] [
232
console-vm-path "-run=listener" 2array
233
ascii [ "USE: system 0 exit" print flush lines last ] with-process-stream
0 commit comments