Skip to content

fs: fix promisified fs.readdir withFileTypes#22832

Closed
apapirovski wants to merge 1 commit intonodejs:masterfrom
apapirovski:fix-with-types
Closed

fs: fix promisified fs.readdir withFileTypes#22832
apapirovski wants to merge 1 commit intonodejs:masterfrom
apapirovski:fix-with-types

Conversation

@apapirovski
Copy link
Contributor

@apapirovski apapirovski commented Sep 13, 2018

Fixes #22829

CI: https://ci.nodejs.org/job/node-test-pull-request/17164/

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

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.readdir( path, { withFileTypes: true } ) error