Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Feb 5, 2024
1 parent 58482b9 commit 2909cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ export function createClient(clojureLspPath: string): LanguageClient | undefined
? {
command: path.join(process.env.JAVA_HOME!, "bin", "java"),
args: ["-jar", clojureLspPath],
}
}
: {
command: clojureLspPath,
args: config().executableArgs,
};
};
logger.debug("ServerOptions", executable);

const serverOptions: ServerOptions = {
Expand Down

0 comments on commit 2909cbe

Please sign in to comment.