Catch second line

This commit is contained in:
Danny McCormick 2019-07-11 09:46:31 -04:00
parent bea2a6b41a
commit 924b43bd1a

10
.github/java.json vendored
View File

@ -3,15 +3,15 @@
{
"owner": "java",
"pattern": [
{
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
"file": 1,
"line": 2
},
{
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
"code": 2,
"message": 3
},
{
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
"file": 1,
"line": 2
}
]
}