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 bf1f485 commit e9d7af1Copy full SHA for e9d7af1
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