@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user