Skip to content
Closed
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
fixup!
Co-authored-by: Yash Ladha <[email protected]>
  • Loading branch information
himself65 and yashLadha authored May 31, 2020
commit 3de1129742bed52419d7791dccffcf38161b1851
2 changes: 1 addition & 1 deletion src/node_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ void AfterScanDir(uv_fs_t* req) {
int r;
std::vector<Local<Value>> name_v;

while (true) {
for (;;) {
uv_dirent_t ent;

r = uv_fs_scandir_next(req, &ent);
Expand Down