Skip to content

Commit

Permalink
revert 89
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondkmp committed Sep 15, 2024
1 parent ca4df1d commit 1d06992
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/node-modules/nodeModuleCollector.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,6 @@ func findNearestNodeModuleDir(dir string) (string, error) {
return "", nil
}

realDir, err := filepath.EvalSymlinks(dir)
if err != nil {
return "", errors.WithStack(err)
}
dir = realDir

guardCount := 0
for {
nodeModuleDir := filepath.Join(dir, "node_modules")
Expand Down

0 comments on commit 1d06992

Please sign in to comment.