@@ -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}`,
The note is not visible to the blocked user.