Skip to content

Commit

Permalink
extension: fix debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Nov 30, 2024
1 parent 1daf4c1 commit d67c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylua-vscode/src/stylua.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function formatCode(

args.push("-");

outputChannel.debug(`${path} {args.join(" ")}`);
outputChannel.debug(`${path} ${args.join(" ")}`);

const child = spawn(`${path}`, args, {
cwd,
Expand Down

0 comments on commit d67c77b

Please sign in to comment.