Skip to content

Commit b90c4f1

Browse files
committed
Release v1.2.0
1 parent 24a0a6d commit b90c4f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ function run() {
8282
break;
8383
case "remove":
8484
const fileContents = yield readFileAsync(__webpack_require__.ab + "problem-matcher.json", { encoding: "utf8" });
85-
const problemMatcher = JSON.parse(fileContents);
85+
const problemMatcherDocument = JSON.parse(fileContents);
86+
const problemMatcher = problemMatcherDocument.problemMatcher[0];
8687
command_1.issueCommand("remove-matcher", {
8788
owner: problemMatcher.owner,
8889
}, "");

0 commit comments

Comments
 (0)