mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-10 03:12:39 +00:00
recompile with correct ncc version
This commit is contained in:
parent
2e0d362ec5
commit
4d3986961d
1 changed files with 1 additions and 7 deletions
6
dist/index.js
vendored
6
dist/index.js
vendored
|
@ -19,13 +19,7 @@ module.exports =
|
||||||
/******/ };
|
/******/ };
|
||||||
/******/
|
/******/
|
||||||
/******/ // Execute the module function
|
/******/ // Execute the module function
|
||||||
/******/ var threw = true;
|
|
||||||
/******/ try {
|
|
||||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||||
/******/ threw = false;
|
|
||||||
/******/ } finally {
|
|
||||||
/******/ if(threw) delete installedModules[moduleId];
|
|
||||||
/******/ }
|
|
||||||
/******/
|
/******/
|
||||||
/******/ // Flag the module as loaded
|
/******/ // Flag the module as loaded
|
||||||
/******/ module.l = true;
|
/******/ module.l = true;
|
||||||
|
|
Loading…
Reference in a new issue