type event callback correctly

This commit is contained in:
Arthur Ozga 2017-11-16 19:06:08 -08:00
parent cda486ad85
commit c098a5cf83

View File

@ -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 {