提交 9d1c4ab7 编写于 作者: fxy060608's avatar fxy060608

chore(uts): 输出 gradle caches 的警告信息

上级 dfd29172
......@@ -28,7 +28,10 @@ export function hbuilderFormatter(m: MessageSourceLocation) {
let msg = m.type + ': ' + m.message
if (m.type === 'warning') {
// 忽略部分警告
if (msg.includes(`Classpath entry points to a non-existent location:`)) {
if (
msg.includes(`Classpath entry points to a non-existent location:`) &&
!msg.includes('.gradle') // gradle 的警告需要输出
) {
return ''
}
msg
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册