Skip to content

Commit

Permalink
fix: quote the clangd binary
Browse files Browse the repository at this point in the history
Closes #707
  • Loading branch information
fannheyward committed Feb 11, 2025
1 parent f7445a4 commit c746326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Ctx {
}

const exec: Executable = {
command: bin,
command: `${bin}`,
args: this.config.arguments,
options: {
shell: process.platform === 'win32',
Expand Down

0 comments on commit c746326

Please sign in to comment.