mirror of
https://github.com/actions/setup-java.git
synced 2025-04-18 00:46:45 +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": [
|
||||
{
|
||||
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||
"file": 1,
|
||||
"code": 2,
|
||||
"message": 3
|
||||
},
|
||||
{
|
||||
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
|
||||
"message": 1,
|
||||
"line": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue