Skip to content

Commit e2d48e4

Browse files
cola119danielleadams
authored andcommitted
debugger: correct typo in inspect_repl.js
PR-URL: #42267 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent f276034 commit e2d48e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/debugger/inspect_repl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ function createRepl(inspector) {
976976
let sizeWritten = 0;
977977
function onProgress({ done, total, finished }) {
978978
if (finished) {
979-
print('Heap snaphost prepared.');
979+
print('Heap snapshot prepared.');
980980
} else {
981981
print(`Heap snapshot: ${done}/${total}`, false);
982982
}

0 commit comments

Comments
 (0)