We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58763d7 commit 3b55946Copy full SHA for 3b55946
lib/internal/debugger/inspect_repl.js
@@ -976,7 +976,7 @@ function createRepl(inspector) {
976
let sizeWritten = 0;
977
function onProgress({ done, total, finished }) {
978
if (finished) {
979
- print('Heap snaphost prepared.');
+ print('Heap snapshot prepared.');
980
} else {
981
print(`Heap snapshot: ${done}/${total}`, false);
982
}
0 commit comments