Skip to content

Commit

Permalink
fix lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
smeng9 authored Jan 7, 2025
1 parent ad4688b commit be34d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/optimizer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ function getLockfileHash(environment: Environment): string {
const baseDir = lockfilePath.slice(0, -lockfileFormat.path.length)
const fullPath = path.join(
baseDir,
lockfileFormat.checkPatchesDir as string
lockfileFormat.checkPatchesDir as string,
)
const stat = tryStatSync(fullPath)
if (stat?.isDirectory()) {
Expand Down

0 comments on commit be34d47

Please sign in to comment.