mirror of
https://github.com/denoland/deno.git
synced 2024-12-24 08:09:08 -05:00
fix code example (#3519)
This commit is contained in:
parent
077b6f7672
commit
1c09cc63c8
1 changed files with 1 additions and 1 deletions
|
@ -1087,7 +1087,7 @@ console.log(resources());
|
|||
// { 0: "stdin", 1: "stdout", 2: "stderr" }
|
||||
close(0);
|
||||
console.log(resources());
|
||||
// { "stdout", 2: "stderr" }
|
||||
// { 1: "stdout", 2: "stderr" }
|
||||
```
|
||||
|
||||
#### Metrics
|
||||
|
|
Loading…
Reference in a new issue