-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Confusing error message in fs.utils #32871
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.
node/lib/internal/fs/utils.js
Line 543 in f22a9ca
This check can produce confusing error message when
offset is equal tobufferLength. Which is error, but message shows, that it is correct (<=)