mirror of
https://github.com/denoland/deno.git
synced 2024-12-25 00:29:09 -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" }
|
// { 0: "stdin", 1: "stdout", 2: "stderr" }
|
||||||
close(0);
|
close(0);
|
||||||
console.log(resources());
|
console.log(resources());
|
||||||
// { "stdout", 2: "stderr" }
|
// { 1: "stdout", 2: "stderr" }
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Metrics
|
#### Metrics
|
||||||
|
|
Loading…
Reference in a new issue