Skip to content
代码片段 群组 项目
未验证 提交 20fcf73e 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic 提交者: GitHub
浏览文件

Fix a mistake with loading partials. (#631)

上级 2ad1fe5f
No related branches found
No related tags found
无相关合并请求
......@@ -469,11 +469,7 @@ async function generateAllTemplates(
packages.forEach((singlePkg) => {
if (singlePkg.type == dbEnum.packageType.genPartial) {
partialPromises.push(
templateEngine.loadPartial(
templateEngine.hb,
singlePkg.category,
singlePkg.path
)
templateEngine.loadPartial(hb, singlePkg.category, singlePkg.path)
)
}
})
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册