From d2737ecd178cfa81d7c8c4aa9fc2507320068499 Mon Sep 17 00:00:00 2001 From: pushkine Date: Thu, 18 Feb 2021 19:52:58 +0100 Subject: [PATCH] Update scriptInfo.ts (#42855) --- src/server/scriptInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scriptInfo.ts b/src/server/scriptInfo.ts index 0af6808d892..fb3928cec94 100644 --- a/src/server/scriptInfo.ts +++ b/src/server/scriptInfo.ts @@ -241,7 +241,7 @@ namespace ts.server { this.reloadWithFileText(); } - // At this point if svc is present its valid + // At this point if svc is present it's valid return this.svc; }