Skip to content

Commit fd7411b

Browse files
author
Benjamin Lichtman
committed
Make tag readonly
1 parent f24652c commit fd7411b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/typingsInstaller/typingsInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ namespace ts.server.typingsInstaller {
524524
protected abstract installWorker(requestId: number, packageNames: string[], cwd: string, onRequestCompleted: RequestCompletedAction): void;
525525
protected abstract sendResponse(response: SetTypings | InvalidateCachedTypings | BeginInstallTypes | EndInstallTypes): void;
526526

527-
protected latestDistTag = "latest";
527+
protected readonly latestDistTag = "latest";
528528
}
529529

530530
/* @internal */

0 commit comments

Comments
 (0)