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 3a0d042 commit 849b848Copy full SHA for 849b848
src/node_file.cc
@@ -3517,7 +3517,8 @@ static void CpSyncCopyDir(const FunctionCallbackInfo<Value>& args) {
3517
auto dest_file_path_str = PathToString(dest_file_path);
3518
3519
if (filter_fn &&
3520
- !(*filter_fn)(dir_entry_path_str.c_str(), dest_file_path_str.c_str())) {
+ !(*filter_fn)(dir_entry_path_str.c_str(),
3521
+ dest_file_path_str.c_str())) {
3522
continue;
3523
}
3524
0 commit comments