Just use first pattern for now

This commit is contained in:
Danny McCormick 2019-07-11 22:34:46 -04:00 committed by GitHub
parent 924b43bd1a
commit 2b38deb652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.github/java.json vendored
View File

@ -7,13 +7,8 @@
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
"code": 2,
"message": 3
},
{
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
"file": 1,
"line": 2
}
]
}
]
}
}