取消提示
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user