Skip to content

Commit

Permalink
chore(esbuild): fix typo (#14772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Oct 27, 2023
1 parent 0fed210 commit 6cfc1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ async function loadTsconfigJsonForFile(
try {
if (tsconfckCache) {
// shortcut, the cache stores resolved TSConfckParseResult
// so getting it from the cache directly we bypass aysnc fn call wrapping it in a promise again
// so getting it from the cache directly we bypass async fn call wrapping it in a promise again
if (tsconfckCache.hasParseResult(filename)) {
const result = await tsconfckCache.getParseResult(filename)
return result.tsconfig
Expand Down

0 comments on commit 6cfc1e2

Please sign in to comment.