Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlyu123 committed Aug 13, 2024
1 parent 3d25d43 commit cc6b1c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/language-server/src/plugins/typescript/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,7 @@ async function createLanguageService(
parsedCommandLine: ts.ParsedCommandLine,
configFileName: string
) {
const cached = configFileName
? projectReferenceInfo.get(configFileName)
: undefined;
const cached = configFileName ? projectReferenceInfo.get(configFileName) : undefined;
if (cached?.snapshotManager) {
return cached.snapshotManager;
}
Expand Down

0 comments on commit cc6b1c9

Please sign in to comment.