提交 a913d14a 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

code clean

上级 06b78e27
......@@ -232,7 +232,7 @@ export class PuppetManager {
const moduleList: string[] = []
for (const puppetModuleName of Object.keys(PUPPET_DEPENDENCIES)) {
const version = PUPPET_DEPENDENCIES[puppetModuleName as any as PuppetModuleName]
const version = PUPPET_DEPENDENCIES[puppetModuleName as PuppetModuleName]
if (version !== '0.0.0') {
moduleList.push(`${puppetModuleName}@${version}`)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册