We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a0a6d commit b90c4f1Copy full SHA for b90c4f1
dist/index.js
@@ -82,7 +82,8 @@ function run() {
82
break;
83
case "remove":
84
const fileContents = yield readFileAsync(__webpack_require__.ab + "problem-matcher.json", { encoding: "utf8" });
85
- const problemMatcher = JSON.parse(fileContents);
+ const problemMatcherDocument = JSON.parse(fileContents);
86
+ const problemMatcher = problemMatcherDocument.problemMatcher[0];
87
command_1.issueCommand("remove-matcher", {
88
owner: problemMatcher.owner,
89
}, "");
0 commit comments