Skip to content

Commit 286fb3e

Browse files
committed
Fix the lint error
1 parent f28fbfd commit 286fb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ namespace ts {
404404
verifyCompilerOptions();
405405

406406
programTime += new Date().getTime() - start;
407-
407+
408408
return program;
409409

410410
function getClassifiableNames() {

0 commit comments

Comments
 (0)