From c239698292e3c5f47be189e74c041e296eeba3d0 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 20 Apr 2022 11:07:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/project/build.js b/project/build.js index 4d45706..8961df8 100644 --- a/project/build.js +++ b/project/build.js @@ -100,7 +100,6 @@ const generateMain = project => { Promise.all(Object.keys(data).map(e => { let app = [...new Set(apps)].find(s => s.indexOf(e) > -1) if (app) { - log('应用#%s#加载中...', e) return copyFiles(`project/${project}/apps/${e}`, app) } })).then(() => {