Skip to content

Commit d1fa571

Browse files
committed
replacing let with const
1 parent e6c4019 commit d1fa571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,4 +1097,4 @@ module TypeScript.Services {
10971097
}
10981098

10991099
/* @internal */
1100-
let toolsVersion = "1.6";
1100+
const toolsVersion = "1.6";

0 commit comments

Comments
 (0)