Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Feb 18, 2020
1 parent 24a0a6d commit b90c4f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ function run() {
break;
case "remove":
const fileContents = yield readFileAsync(__webpack_require__.ab + "problem-matcher.json", { encoding: "utf8" });
const problemMatcher = JSON.parse(fileContents);
const problemMatcherDocument = JSON.parse(fileContents);
const problemMatcher = problemMatcherDocument.problemMatcher[0];
command_1.issueCommand("remove-matcher", {
owner: problemMatcher.owner,
}, "");
Expand Down

0 comments on commit b90c4f1

Please sign in to comment.