Commit c526bef
committed
Silence external program output of background jobs
This makes so that the stdout and stderr output of background jobs is
ignored, but still allows background jobs to use `print` in case users
actually want job's outputs. We should probably also consider the aproach
taken with nushell/reedline#737 and nushell#11696.1 parent b603eaf commit c526bef
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
209 | 213 | | |
210 | 214 | | |
211 | 215 | | |
| |||
0 commit comments