mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
Catch second line
This commit is contained in:
parent
7b43127c86
commit
ce5b3ed3dc
1 changed files with 5 additions and 1 deletions
6
.github/java.json
vendored
6
.github/java.json
vendored
|
@ -5,9 +5,13 @@
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||||
"file": 1,
|
|
||||||
"code": 2,
|
"code": 2,
|
||||||
"message": 3
|
"message": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
|
||||||
|
"message": 1,
|
||||||
|
"line": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue