提交 96d59180 编写于 作者: fxy060608's avatar fxy060608

chore(cli): warn stringify

上级 a7c69496
......@@ -20,9 +20,8 @@ module.exports = function stringify (errors) {
result.line = 1
}
return `${result.message} at ${file}:${result.line || 1}`
} else {
return `${result.message}`
}
return `${result.message}`
}
} else if (result === false) {
return '' // skip
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册