Catch second line
This commit is contained in:
parent
bea2a6b41a
commit
924b43bd1a
10
.github/java.json
vendored
10
.github/java.json
vendored
@ -3,15 +3,15 @@
|
|||||||
{
|
{
|
||||||
"owner": "java",
|
"owner": "java",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
|
||||||
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
|
|
||||||
"file": 1,
|
|
||||||
"line": 2
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||||
"code": 2,
|
"code": 2,
|
||||||
"message": 3
|
"message": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
|
||||||
|
"file": 1,
|
||||||
|
"line": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user