Skip to content

Commit f0a13cb

Browse files
committed
update readme, no longer using stderr
1 parent 9c9f266 commit f0a13cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In addition to the code examples themselves, the results from running the exampl
3333
3434
When any source code or dependency versions change, run `./tools/generate-outputs`. This script runs all of the examples and updates the output files.
3535
36-
Only the standard output stream (`stdout`) is captured in the output files. Any examples that include nondeterministic behavior (such as `threads.hs`) print the nondeterministic portion of their output to the standard error stream (`stderr`) to avoid including non-repeatable results in the output files.
36+
Any examples that include nondeterministic behavior (such as `threads.hs`) have the nondeterministic portion of their output redacted as "..." to avoid including non-repeatable results in the output files.
3737
3838
## Nix dependency versions
3939

0 commit comments

Comments
 (0)