Skip to content

Commit 038cbb0

Browse files
fanatidtargos
authored andcommitted
doc: fix output in inspector HeapProfile example
PR-URL: #29711 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent d86f10c commit 038cbb0

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)