fix: multiline problem matcher (#39)

This commit is contained in:
Alexey Alekhin
2021-03-31 15:55:33 +02:00
committed by GitHub
parent f0d446b80e
commit 7fa8ae9d42

View File

@@ -14,9 +14,10 @@
{ {
"regexp": "(SC\\d+):\\s(.+)$", "regexp": "(SC\\d+):\\s(.+)$",
"code": 1, "code": 1,
"message": 2 "message": 2,
"loop": true
} }
] ]
} }
] ]
} }