@jtff/miztemplate-lib 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/jtff-lib-ci.js +1 -1
- package/package.json +1 -1
package/lib/jtff-lib-ci.js
CHANGED
|
@@ -307,7 +307,7 @@ class MizTemplateCI{
|
|
|
307
307
|
const folderArray = fs.readdirSync('resources/sounds');
|
|
308
308
|
for (const folder of folderArray) {
|
|
309
309
|
// if(zip.folder(new RegExp(folder)).length > 0 ) {
|
|
310
|
-
if (fs.lstatSync(folder).
|
|
310
|
+
if (fs.lstatSync(folder).isDirectory()) {
|
|
311
311
|
await this.mizUpdateSingleSoundFolder(zip, folder);
|
|
312
312
|
}
|
|
313
313
|
// }
|