Skip to content

Commit 2b72790

Browse files
committed
Use followSymbolicLinks for patch globbing
1 parent 92a8967 commit 2b72790

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/patch/handle-patch.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ async function findNodeModulesPaths(cwd: string): Promise<string[]> {
209209
absolute: true,
210210
cwd: path.dirname(rootNmPath),
211211
dot: true,
212+
followSymbolicLinks: false,
212213
onlyDirectories: true,
213214
})
214215
}

0 commit comments

Comments
 (0)