Skip to content

Commit

Permalink
Add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Mar 7, 2022
1 parent 26d2e88 commit 97109d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editors/code/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 97109d7

Please sign in to comment.