Skip to content

Use nullish coalescing to respect zero positional reads#40716

Closed
mihilmy wants to merge 1 commit intonodejs:masterfrom
mihilmy:patch-1
Closed

Use nullish coalescing to respect zero positional reads#40716
mihilmy wants to merge 1 commit intonodejs:masterfrom
mihilmy:patch-1

Conversation

@mihilmy
Copy link
Contributor

@mihilmy mihilmy commented Nov 3, 2021

More details available at #40715

Fixes: #40715
Fixes: #40699

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fs Issues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fs/promises] FileHandle.read does not respect reading from position=0 operator ||