Catch second line

This commit is contained in:
Danny McCormick 2019-07-11 09:42:25 -04:00
parent ce5b3ed3dc
commit 84b7ffcca8

2
.github/java.json vendored
View file

@ -10,7 +10,7 @@
},
{
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
"message": 1,
"file": 1,
"line": 2
}
]