Add problem matcher json from git

This commit is contained in:
2023-07-11 23:14:02 +00:00
parent 074080bf1c
commit cbe8579bc3

13
dist/problem-matcher.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"problemMatcher": [
{
"owner": "checkout-git",
"pattern": [
{
"regexp": "^(fatal|error): (.*)$",
"message": 2
}
]
}
]
}