Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit 2d61e7a

Browse files
committed
edit comment
1 parent b580f9c commit 2d61e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fileTools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function searchFile (dir, fileName, callback) {
154154
});
155155
}
156156

157-
// uses the folderScanSync to DFS and grab absolute paths of all files and folders, deleting folders (deepest first) and moving files to the target
157+
// uses the folderScanSync to grab absolute paths of all files and folders, deleting folders (deepest first) and moving files to the target
158158
// requires an absolute path for sourcePath and targetFolderPath.
159159
function flattenFolderStructureSync(sourcePath, targetFolderPath, callback) {
160160
return Q.resolve().then(function () {

0 commit comments

Comments
 (0)