This commit is contained in:
Danny McCormick 2019-07-11 09:31:56 -04:00
parent 3e4d9020cf
commit 7b43127c86

4
.github/java.json vendored
View file

@ -4,9 +4,9 @@
"owner": "java",
"pattern": [
{
"regexp": "^Exception in thread \\\"(.*)\\\" (.*): (.*)$",
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
"file": 1,
"severity": 2,
"code": 2,
"message": 3
}
]