Skip to content

Commit

Permalink
chore: fix broken merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 11, 2023
1 parent 0f05704 commit 7e09cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default class Client extends LanguageClient {
childProcess.on('error', reject);
resolve(childProcess);
});

};

super(languageId, extensionName, serverOptions, clientOptions);

Expand Down

0 comments on commit 7e09cab

Please sign in to comment.