Rebuild dist

This commit is contained in:
Nick Alteen 2024-06-24 10:19:53 -04:00
parent db9e5f4286
commit 1da47dbb77
2 changed files with 3 additions and 5 deletions

6
dist/index.js generated vendored
View File

@ -24949,7 +24949,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result;
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.run = void 0;
exports.run = run;
const core = __importStar(__nccwpck_require__(2186));
const wait_1 = __nccwpck_require__(5259);
/**
@ -24974,7 +24974,6 @@ async function run() {
core.setFailed(error.message);
}
}
exports.run = run;
/***/ }),
@ -24985,7 +24984,7 @@ exports.run = run;
"use strict";
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.wait = void 0;
exports.wait = wait;
/**
* Wait for a number of milliseconds.
* @param milliseconds The number of milliseconds to wait.
@ -24999,7 +24998,6 @@ async function wait(milliseconds) {
setTimeout(() => resolve('done!'), milliseconds);
});
}
exports.wait = wait;
/***/ }),

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long