Skip to content

Commit

Permalink
fix: multiline problem matcher (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic authored Mar 31, 2021
1 parent f0d446b commit 7fa8ae9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/problem-matcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
{
"regexp": "(SC\\d+):\\s(.+)$",
"code": 1,
"message": 2
"message": 2,
"loop": true
}
]
]
}
]
}
}

0 comments on commit 7fa8ae9

Please sign in to comment.