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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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