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
+5 -3
View File
@@ -40,9 +40,11 @@ readdirSync(".")
encoding: "utf8", encoding: "utf8",
}); });
execSync(`ls`, { console.log(
encoding: "utf8", execSync(`ls`, {
}); encoding: "utf8",
}),
);
// Add module files to repo // Add module files to repo
await sendFile(modInitPath, new ArrayBuffer(0)); await sendFile(modInitPath, new ArrayBuffer(0));