mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
Fix typo in manual.md (#2066)
This commit is contained in:
parent
780e72ab6a
commit
3324afbd40
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ hello
|
||||||
```
|
```
|
||||||
|
|
||||||
By default when you use `Deno.run()` subprocess inherits `stdin`, `stdout` and
|
By default when you use `Deno.run()` subprocess inherits `stdin`, `stdout` and
|
||||||
`stdout` of parent process. If you want to communicate with started subprocess
|
`stderr` of parent process. If you want to communicate with started subprocess
|
||||||
you can use `"piped"` option.
|
you can use `"piped"` option.
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
|
|
Loading…
Reference in a new issue