Skip to content

Commit d67c77b

Browse files
committed
extension: fix debug message
1 parent 1daf4c1 commit d67c77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylua-vscode/src/stylua.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function formatCode(
4646

4747
args.push("-");
4848

49-
outputChannel.debug(`${path} {args.join(" ")}`);
49+
outputChannel.debug(`${path} ${args.join(" ")}`);
5050

5151
const child = spawn(`${path}`, args, {
5252
cwd,

0 commit comments

Comments
 (0)