mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 12:15:34 -06:00
type event callback correctly
This commit is contained in:
parent
cda486ad85
commit
c098a5cf83
@ -272,7 +272,7 @@ namespace ts.server {
|
||||
readonly typingSafeListLocation: string,
|
||||
readonly typesMapLocation: string,
|
||||
private readonly npmLocation: string | undefined,
|
||||
private event: Event) {
|
||||
private event: Event | undefined) {
|
||||
}
|
||||
|
||||
isKnownTypesPackageName(name: string): boolean {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user