From 286fb3e94876018aae129e4dc8e03e68fb1a24b5 Mon Sep 17 00:00:00 2001 From: Sheetal Nandi Date: Mon, 12 Oct 2015 13:10:54 -0700 Subject: [PATCH] Fix the lint error --- src/compiler/program.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/program.ts b/src/compiler/program.ts index b15db858db4..3b062e333c8 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -404,7 +404,7 @@ namespace ts { verifyCompilerOptions(); programTime += new Date().getTime() - start; - + return program; function getClassifiableNames() {