Skip to content

Commit

Permalink
fix: format code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ken1987 committed Oct 7, 2023
1 parent b2d7166 commit 304bebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export function resolve(
}
}

packageJsonPaths = fg.sync(['**/package.json', '!**/node_modules/**']);
packageJsonPaths = fg.sync(['**/package.json', '!**/node_modules/**'])
initMappers(cachedOptions)

const mappedPath = getMappedPath(source, file, cachedOptions.extensions, true)
Expand Down

0 comments on commit 304bebf

Please sign in to comment.