WIP paragraphs now claim everything within newlines

This commit is contained in:
2023-09-17 11:16:08 +02:00
parent d8ee8c348c
commit 54d016719f
2 changed files with 44 additions and 1 deletions

View File

@@ -49,7 +49,6 @@ manifest.forEach((m) => {
if (!fs.existsSync(m.assetDirectoryPath)) return;
const assetsList = fs.readdirSync(m.assetDirectoryPath);
console.log(assetsList);
assetsList.forEach((assetName) =>
fs.cpSync(
`${m.assetDirectoryPath}/${assetName}`,