Skip to content

Commit

Permalink
Merge pull request nodejscn#686 from lenvo222/patch-3
Browse files Browse the repository at this point in the history
Update dir_readsync.md
  • Loading branch information
nodejh authored Nov 18, 2019
2 parents dcaeb9e + ddc01b2 commit 8236144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/dir_readsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ added: v12.12.0

* 返回: {fs.Dirent|null}

通过 readdir(3) 异步地读取下一个目录项作为 [`fs.Dirent`]
通过 readdir(3) 同步地读取下一个目录项作为 [`fs.Dirent`]

如果没有更多的目录项要读取,则将会返回 `null`

Expand Down

0 comments on commit 8236144

Please sign in to comment.