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: #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 24, 2022
1 parent bf1f485 commit e9d7af1
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 e9d7af1

Please sign in to comment.