test_3
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-05-18 10:32:06 -06:00
parent ec47c17f9e
commit 6dce067802
+3 -1
View File
@@ -40,9 +40,11 @@ readdirSync(".")
encoding: "utf8",
});
console.log(
execSync(`ls`, {
encoding: "utf8",
});
}),
);
// Add module files to repo
await sendFile(modInitPath, new ArrayBuffer(0));