mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-24 01:26:52 +08:00
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",
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user