Skip to content

Commit 5288b5e

Browse files
author
github-actions
committed
Update dist
1 parent 88bd6ee commit 5288b5e

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

dist/index.js

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28699,7 +28699,11 @@ module.exports = {
2869928699

2870028700
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
2870128701
if (k2 === undefined) k2 = k;
28702-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
28702+
var desc = Object.getOwnPropertyDescriptor(m, k);
28703+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
28704+
desc = { enumerable: true, get: function() { return m[k]; } };
28705+
}
28706+
Object.defineProperty(o, k2, desc);
2870328707
}) : (function(o, m, k, k2) {
2870428708
if (k2 === undefined) k2 = k;
2870528709
o[k2] = m[k];
@@ -28709,13 +28713,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
2870928713
}) : function(o, v) {
2871028714
o["default"] = v;
2871128715
});
28712-
var __importStar = (this && this.__importStar) || function (mod) {
28713-
if (mod && mod.__esModule) return mod;
28714-
var result = {};
28715-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
28716-
__setModuleDefault(result, mod);
28717-
return result;
28718-
};
28716+
var __importStar = (this && this.__importStar) || (function () {
28717+
var ownKeys = function(o) {
28718+
ownKeys = Object.getOwnPropertyNames || function (o) {
28719+
var ar = [];
28720+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
28721+
return ar;
28722+
};
28723+
return ownKeys(o);
28724+
};
28725+
return function (mod) {
28726+
if (mod && mod.__esModule) return mod;
28727+
var result = {};
28728+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
28729+
__setModuleDefault(result, mod);
28730+
return result;
28731+
};
28732+
})();
2871928733
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2872028734
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
2872128735
return new (P || (P = Promise))(function (resolve, reject) {
@@ -28819,8 +28833,8 @@ function downloadEmacs(base, version) {
2881928833
* Action entry.
2882028834
*/
2882128835
function run() {
28822-
var _a;
2882328836
return __awaiter(this, void 0, void 0, function* () {
28837+
var _a;
2882428838
try {
2882528839
const PATH = process.env.PATH;
2882628840
const version = core.getInput("version");

0 commit comments

Comments
 (0)