Skip to content

Commit

Permalink
doc: change code lang and update it with latest Node.js
Browse files Browse the repository at this point in the history
PR-URL: #26987
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Signed-off-by: Beth Griggs <[email protected]>
  • Loading branch information
gengjiawen authored and BethGriggs committed Apr 9, 2019
1 parent 2396743 commit 7a39196
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2214,22 +2214,23 @@ console.log(process.versions);

Will generate an object similar to:

<!-- eslint-skip -->
```js
{ http_parser: '2.7.0',
node: '8.9.0',
v8: '6.3.292.48-node.6',
uv: '1.18.0',
```console
{ node: '11.13.0',
v8: '7.0.276.38-node.18',
uv: '1.27.0',
zlib: '1.2.11',
ares: '1.13.0',
modules: '60',
nghttp2: '1.29.0',
napi: '2',
openssl: '1.0.2n',
icu: '60.1',
unicode: '10.0',
cldr: '32.0',
tz: '2016b' }
brotli: '1.0.7',
ares: '1.15.0',
modules: '67',
nghttp2: '1.34.0',
napi: '4',
llhttp: '1.1.1',
http_parser: '2.8.0',
openssl: '1.1.1b',
cldr: '34.0',
icu: '63.1',
tz: '2018e',
unicode: '11.0' }
```

## Exit Codes
Expand Down

0 comments on commit 7a39196

Please sign in to comment.