doramart / DoraCMS

DoraCMS是基于Nodejs+eggjs+mongodb编写的一套内容管理系统,结构简单,较目前一些开源的cms,doracms易于拓展,特别适合前端开发工程师做二次开发。
https://www.html-js.cn
MIT License
3.45k stars 1.02k forks source link

helper.js 321行bug #226

Closed hanpanapn closed 4 years ago

hanpanapn commented 4 years ago

if (error) { console.log(err) reject(err); } reject(err)参数错误,应该是error 文件路径app/extend/helper.js

doramart commented 4 years ago

谢谢 稍后修复

doramart commented 4 years ago

https://github.com/doramart/DoraCMS/blob/2.1.4/app/extend/helper.js