Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/internal/assert/myers_diff.js
Co-authored-by: René <contact.9a5d6388@renegade334.me.uk>
  • Loading branch information
haramj and Renegade334 authored Aug 28, 2025
commit 604e5165a2e68301b50b9b040134957e9b866b0b
2 changes: 1 addition & 1 deletion lib/internal/assert/myers_diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function myersDiff(actual, expected, checkCommaDisparity = false) {
if (max > 0x7FFFFFFF) {
Comment thread
haramj marked this conversation as resolved.
Outdated
throw new ERR_OUT_OF_RANGE(
'myersDiff input size',
'< 2^31 - 1',
'< 2^31',
max,
);
}
Expand Down
Loading