From 7b967a8540c24013f63cb7253c7f5a314d176af2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 11 May 2022 16:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/clean.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/clean.js b/bin/clean.js index 3b4b2df..f7ec9e3 100644 --- a/bin/clean.js +++ b/bin/clean.js @@ -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" })