Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Jan 10, 2025
1 parent ab441f1 commit f1e2434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/programDiagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function createProgramDiagnostics(getCompilerOptionsObjectLiteralSyntax:
let fileIncludeReasonDetails: DiagnosticMessageChain | undefined;
let redirectInfo: DiagnosticMessageChain[] | undefined;
let chain: DiagnosticMessageChain | undefined;

const reasons = file && fileReasons.get(file.path);
let locationReason = isReferencedFile(fileProcessingReason) ? fileProcessingReason : undefined;
let cachedChain = file && fileReasonsToChain?.get(file.path);
Expand Down

0 comments on commit f1e2434

Please sign in to comment.