Enable no console rule

This commit is contained in:
Henry Mercer 2024-06-13 19:46:45 +01:00
parent e7d04fdb41
commit 2f54d9fcfa
16 changed files with 26 additions and 14 deletions

View file

@ -71,7 +71,6 @@ async function run() {
: (0, util_1.wrapError)(unwrappedError);
const message = error.message;
core.setFailed(message);
console.log(error);
const errorStatusReportBase = await (0, status_report_1.createStatusReportBase)(status_report_1.ActionName.UploadSarif, (0, status_report_1.getActionsStatus)(error), startedAt, undefined, await (0, util_1.checkDiskUsage)(), logger, message, error.stack);
if (errorStatusReportBase !== undefined) {
await (0, status_report_1.sendStatusReport)(errorStatusReportBase);