Skip to content

Commit 80e0465

Browse files
committed
clarify that one should not capture stderr destined for process output
1 parent af62ad8 commit 80e0465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-4/invocation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Once the command line is built and the runtime environment is created, the
125125
actual tool is executed.
126126

127127
The standard error stream and standard output stream (unless redirected by
128-
setting `stdout`) may be captured by platform logging facilities for
129-
storage and reporting.
128+
setting `stdout` or `stderr`) may be captured by platform logging facilities
129+
for storage and reporting.
130130

131131
Tools may be multithreaded or spawn child processes; however, when the
132132
parent process exits, the tool is considered finished regardless of whether

0 commit comments

Comments
 (0)