Skip to content

Commit f909496

Browse files
Update src/typingsInstaller/nodeTypingsInstaller.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 39404f1 commit f909496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/typingsInstaller/nodeTypingsInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ class NodeTypingsInstaller extends ts.server.typingsInstaller.TypingsInstaller {
499499
private readonly metrics: InstallationMetrics;
500500
private delayedInitializationError:
501501
| ts.server.InitializationFailedResponse
502-
| undefined = undefined;
502+
| undefined;
503503

504504
// Implement the abstract typesRegistry property from base class
505505
readonly typesRegistry: Map<string, MapLike<string>> = new Map();

0 commit comments

Comments
 (0)