提交 4498f532 编写于 作者: fxy060608's avatar fxy060608

feat(app-plus): add warning

上级 d01a057f
......@@ -4,7 +4,7 @@ module.exports = function (errors) {
runByHBuilderX
} = require('@dcloudio/uni-cli-shared')
if (runByHBuilderX) {
console.log(stringify(errors))
console.log('WARNING: ' + stringify(errors))
} else {
console.warn(stringify(errors))
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册