This commit is contained in:
Danny McCormick 2019-07-11 09:30:30 -04:00
parent 7cb492936e
commit 3e4d9020cf

2
.github/java.json vendored
View file

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