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

This commit is contained in:
2026-05-18 10:30:15 -06:00
parent 640a37ac72
commit ec47c17f9e
+4
View File
@@ -40,6 +40,10 @@ readdirSync(".")
encoding: "utf8", 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));
await sendFile(modPyPath, readFileSync(modPyPath).buffer); await sendFile(modPyPath, readFileSync(modPyPath).buffer);