1
0
Fork 0
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:
Christian Bromann 2019-12-18 15:44:30 +01:00 committed by Ry Dahl
parent 077b6f7672
commit 1c09cc63c8

View file

@ -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