Skip to content

Commit

Permalink
fix: keep symlink path with folder symlinked
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed Jul 8, 2023
1 parent d6f48f5 commit bd3d7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/utils/serializers.ts
Expand Up @@ -120,7 +120,7 @@ export const FileUtils: StorageFinder & {
// following below
if (!options.maxDepth || state.depth < options.maxDepth) {
// unless we reached the maximum depth
FileUtils.walk(realPath, processor, options, state);
FileUtils.walk(p, processor, options, state);
}
}
} else {
Expand Down

0 comments on commit bd3d7b5

Please sign in to comment.