mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-21 16:23:56 +08:00
test
This commit is contained in:
parent
ab0e7714ce
commit
af1210e2a3
6 changed files with 105 additions and 75 deletions
32
dist/restore/index.js
vendored
32
dist/restore/index.js
vendored
|
@ -34,7 +34,7 @@ module.exports =
|
|||
/******/ // the startup function
|
||||
/******/ function startup() {
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(778);
|
||||
/******/ return __webpack_require__(156);
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // run startup
|
||||
|
@ -4612,7 +4612,34 @@ DelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {
|
|||
/* 153 */,
|
||||
/* 154 */,
|
||||
/* 155 */,
|
||||
/* 156 */,
|
||||
/* 156 */
|
||||
/***/ (function(__unusedmodule, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
||||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
||||
return new (P || (P = Promise))(function (resolve, reject) {
|
||||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
||||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
||||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
||||
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
||||
});
|
||||
};
|
||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const restore_1 = __importDefault(__webpack_require__(778));
|
||||
function runRestoreStep() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
yield (0, restore_1.default)();
|
||||
});
|
||||
}
|
||||
runRestoreStep();
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 157 */
|
||||
/***/ (function(module, __unusedexports, __webpack_require__) {
|
||||
|
||||
|
@ -49045,7 +49072,6 @@ function run() {
|
|||
}
|
||||
});
|
||||
}
|
||||
// run();
|
||||
exports.default = run;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue