Skip to content

Commit

Permalink
doc: add require statement in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
PoojaDurgad committed Oct 9, 2020
1 parent ee5f849 commit 0d67649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/v8.md
Expand Up @@ -104,6 +104,8 @@ Chrome DevTools. The JSON schema is undocumented and specific to the
V8 engine, and may change from one version of V8 to the next.

```js
// Print heap snapshot to the console
const v8 = require('v8');
const stream = v8.getHeapSnapshot();
stream.pipe(process.stdout);
```
Expand Down

0 comments on commit 0d67649

Please sign in to comment.