Skip to content

Commit

Permalink
(wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Feb 2, 2024
1 parent 8701c1b commit 48f4112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89801,7 +89801,7 @@ var run = function () { return __awaiter$1(void 0, void 0, void 0, function () {
.addRaw;
_j = (_h = "".concat(msgs.map(function (m) { return "> :warning: ".concat(m); }).join("\n"), "\n\n ")).concat;
return [4 /*yield*/, comment(cStats, oldStats, tableWithTypeLimit, false)];
case 5: return [4 /*yield*/, _g.apply(_f, [_j.apply(_h, [_o.sent()])])
case 5: return [4 /*yield*/, _g.apply(_f, [_j.apply(_h, [_o.sent()]), true])
.write()];
case 6:
_o.sent();
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ ${signature}`;
oldStats,
tableWithTypeLimit as keyof Metrics,
false
)}`
)}`,
true
)
.write();

Expand Down

0 comments on commit 48f4112

Please sign in to comment.