diff --git a/dist/index.js b/dist/index.js index 64eab3f..94763b7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -145195,6 +145195,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); +const process_1 = __importDefault(__nccwpck_require__(77282)); const core = __importStar(__nccwpck_require__(42186)); const artifact_1 = __importDefault(__nccwpck_require__(99860)); const search_1 = __nccwpck_require__(13930); @@ -145240,6 +145241,7 @@ function run() { } catch (error) { core.setFailed(error.message); + process_1.default.exit(1); } }); } @@ -145408,6 +145410,14 @@ module.exports = require("perf_hooks"); /***/ }), +/***/ 77282: +/***/ ((module) => { + +"use strict"; +module.exports = require("process"); + +/***/ }), + /***/ 85477: /***/ ((module) => {