Add missing parameter
This commit is contained in:
parent
26d2e88b04
commit
97109d73f8
@ -77,7 +77,8 @@ export function createClient(serverPath: string, workspace: Workspace, extraEnv:
|
||||
client.handleFailedRequest(
|
||||
lc.HoverRequest.type,
|
||||
token,
|
||||
error
|
||||
error,
|
||||
null
|
||||
);
|
||||
return Promise.resolve(null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user