We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a8967 commit 2b72790Copy full SHA for 2b72790
1 file changed
src/commands/patch/handle-patch.mts
@@ -209,6 +209,7 @@ async function findNodeModulesPaths(cwd: string): Promise<string[]> {
209
absolute: true,
210
cwd: path.dirname(rootNmPath),
211
dot: true,
212
+ followSymbolicLinks: false,
213
onlyDirectories: true,
214
})
215
}
0 commit comments