Skip to content

Commit 68712db

Browse files
assert: address PR feedback
Co-authored-by: Aviv Keller <me@aviv.sh>
1 parent 94f2575 commit 68712db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/assert/assertion_error.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ function inspectValue(val) {
100100
return StringPrototypeSlice(result, 0, kMaxInspectOutputLength) +
101101
kTruncatedByteMarker;
102102
}
103+
103104
return result;
104105
}
105106

0 commit comments

Comments
 (0)