添加日志打印

This commit is contained in:
aixianling
2022-05-11 16:54:28 +08:00
parent fd72e6a23f
commit 7b967a8540

View File

@@ -15,6 +15,7 @@ const getDirs = (dir, list = [], cb) => {
getDirs(path.join(__dirname, '..', 'src'), [], (dir, path) => {
if (dir.name == "apps") {
fse.remove(path)
console.log("已清除%s", path)
}
return dir.name != "apps"
})