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 f1000e0

Browse filesBrowse files
Trottdanielleadams
authored andcommitted
debugger: removed unused function argument
PR-URL: #38850 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 36ffd58 commit f1000e0
Copy full SHA for f1000e0

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/inspector/inspect_repl.js‎

Copy file name to clipboardExpand all lines: lib/internal/inspector/inspect_repl.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ function createRepl(inspector) {
639639
ArrayPrototypeMap(watchedExpressions, inspectValue)));
640640
const lines = ArrayPrototypeMap(watchedExpressions, (expr, idx) => {
641641
const prefix = `${leftPad(idx, ' ', lastIndex)}: ${expr} =`;
642-
const value = inspect(values[idx], { colors: true });
642+
const value = inspect(values[idx]);
643643
if (!StringPrototypeIncludes(value, '\n')) {
644644
return `${prefix} ${value}`;
645645
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.