Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3b55946

Browse filesBrowse files
cola119bengl
authored andcommitted
debugger: correct typo in inspect_repl.js
PR-URL: #42267 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent 58763d7 commit 3b55946
Copy full SHA for 3b55946

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/internal/debugger/inspect_repl.js‎

Copy file name to clipboardExpand all lines: lib/internal/debugger/inspect_repl.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.