aboutsummaryrefslogtreecommitdiff
path: root/.github/devcontainers-action/lib/main.js
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-06-22 21:24:45 +0300
committerGitHub <noreply@github.com>2022-06-22 21:24:45 +0300
commit6f107d547e2ee4d261bf45437294e9758e6027a2 (patch)
treed717ae4b6655e368812b88407b0442ea5516f1a6 /.github/devcontainers-action/lib/main.js
parent01ba4acc42ceba681b7eab916a2035c6918c0132 (diff)
update github action
Diffstat (limited to '.github/devcontainers-action/lib/main.js')
-rw-r--r--.github/devcontainers-action/lib/main.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/devcontainers-action/lib/main.js b/.github/devcontainers-action/lib/main.js
index 2e5d391..c0327d7 100644
--- a/.github/devcontainers-action/lib/main.js
+++ b/.github/devcontainers-action/lib/main.js
@@ -5,7 +5,11 @@
*-------------------------------------------------------------------------------------------------------------*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
+ var desc = Object.getOwnPropertyDescriptor(m, k);
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
+ desc = { enumerable: true, get: function() { return m[k]; } };
+ }
+ Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];