Skip to content

Commit

Permalink
modules.js=>modules.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fxy060608 committed Aug 1, 2019
1 parent b691c1e commit e1bf432
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 257 deletions.
3 changes: 2 additions & 1 deletion build/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ function parseApiManifestDeps (manifest, protocol) {
if (manifest[dep[1]]) {
dep[0] = manifest[dep[1]][0]
} else {
console.error(`依赖模块[${dep[1]}]不存在`)
console.error(`依赖模块[${dep[1]}]不存在,删除 ${name} 接口\n`)
delete manifest[name]
}
})
}
Expand Down
214 changes: 0 additions & 214 deletions lib/modules.js

This file was deleted.

Loading

0 comments on commit e1bf432

Please sign in to comment.