We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f4a1c commit 782b93eCopy full SHA for 782b93e
1 file changed
src/node_file.cc
@@ -3500,7 +3500,8 @@ static void CpSyncCopyDir(const FunctionCallbackInfo<Value>& args) {
3500
auto dest_file_path_str = PathToString(dest_file_path);
3501
3502
if (filter_fn &&
3503
- !(*filter_fn)(dir_entry_path_str.c_str(), dest_file_path_str.c_str())) {
+ !(*filter_fn)(dir_entry_path_str.c_str(),
3504
+ dest_file_path_str.c_str())) {
3505
continue;
3506
}
3507
0 commit comments