Skip to content
Merged
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
fixup: revert lint check
Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
  • Loading branch information
daeyeon committed May 25, 2022
commit 9506649b68be445a06839bacebaa6c302cc8279c
3 changes: 1 addition & 2 deletions src/node_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -804,8 +804,7 @@ void AfterScanDir(uv_fs_t* req) {
}
name_v.push_back(filename);

if (with_file_types)
type_v.emplace_back(Integer::New(isolate, ent.type));
if (with_file_types) type_v.emplace_back(Integer::New(isolate, ent.type));
Comment thread
daeyeon marked this conversation as resolved.
}

if (with_file_types) {
Expand Down