Skip to content

Commit c484674

Browse files
fanatidTrott
authored andcommitted
doc: fix output in inspector HeapProfile example
PR-URL: #29711 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 5e1440c commit c484674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ session.on('HeapProfiler.addHeapSnapshotChunk', (m) => {
216216
});
217217

218218
session.post('HeapProfiler.takeHeapSnapshot', null, (err, r) => {
219-
console.log('Runtime.takeHeapSnapshot done:', err, r);
219+
console.log('HeapProfiler.takeHeapSnapshot done:', err, r);
220220
session.disconnect();
221221
fs.closeSync(fd);
222222
});

0 commit comments

Comments
 (0)