Skip to content

Commit

Permalink
cosmetic change to build-vsix script
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-cumplido committed Nov 10, 2024
1 parent 9635ded commit da1846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-vsix.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ const targets = [
{ os: "win32", cpu: "arm64", },
];

Promise.all(targets.map((target) => buildTarget(target)));
Promise.all(targets.map(buildTarget));

0 comments on commit da1846a

Please sign in to comment.