Skip to content

Commit dd40d8b

Browse files
format
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b696610 commit dd40d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/testing/test-matrix.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ if (platforms.length === 0) {
338338
"-p",
339339
"visionos",
340340
"-p",
341-
"windows"
341+
"windows",
342342
];
343343
const { status } = spawnSync(PACKAGE_MANAGER, args, { stdio: "inherit" });
344344
if (status !== 1) {

0 commit comments

Comments
 (0)