Skip to content

Commit 809774e

Browse files
fixup! remove redundant return
Co-authored-by: Livia Medeiros <[email protected]>
1 parent 0e98e22 commit 809774e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/util/inspect.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,6 @@ function formatValue(ctx, value, recurseTimes, typedArray) {
11981198
for (let i = 0; i < proxies; i++) {
11991199
formatted = `${ctx.stylize('Proxy(', 'special')}${formatted}${ctx.stylize(')', 'special')}`;
12001200
}
1201-
return formatted;
12021201
}
12031202

12041203
return formatted;

0 commit comments

Comments
 (0)