Skip to content

Commit

Permalink
debugger: correct typo in inspect_repl.js
Browse files Browse the repository at this point in the history
PR-URL: nodejs#42267
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
  • Loading branch information
cola119 authored and danielleadams committed Apr 21, 2022
1 parent 9b9be98 commit 39cd7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/debugger/inspect_repl.js
Expand Up @@ -976,7 +976,7 @@ function createRepl(inspector) {
let sizeWritten = 0;
function onProgress({ done, total, finished }) {
if (finished) {
print('Heap snaphost prepared.');
print('Heap snapshot prepared.');
} else {
print(`Heap snapshot: ${done}/${total}`, false);
}
Expand Down

0 comments on commit 39cd7c3

Please sign in to comment.