Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored and astrobot-houston committed Sep 20, 2024
1 parent 0ef6401 commit 45bede5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode/test/grammar/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function snapShotTest() {
'./test/grammar/fixtures/**/*.astro',
...allGrammars.reduce((/** @type string[] */ previous, path) => [...previous, '-g', path], []),
...extraArgs,
].map((arg) => (isWindows && arg.includes(' ') ? `"${arg}"` : arg))
].map((arg) => (isWindows && arg.includes(' ') ? `"${arg}"` : arg));

const code = await promisifySpawn(isWindows ? 'pnpm.cmd' : 'pnpm', args, {
stdio: 'inherit',
Expand Down

0 comments on commit 45bede5

Please sign in to comment.