mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Run build script
This commit is contained in:
parent
b616178d6d
commit
2923e50f29
1 changed files with 1 additions and 1 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -2896,7 +2896,7 @@ module.exports = require("assert");
|
||||||
const wrapRequire = new Proxy(require, {
|
const wrapRequire = new Proxy(require, {
|
||||||
apply: (target, thisArg, [moduleID]) => {
|
apply: (target, thisArg, [moduleID]) => {
|
||||||
if (moduleID.startsWith('.')) {
|
if (moduleID.startsWith('.')) {
|
||||||
moduleID = path__WEBPACK_IMPORTED_MODULE_0__.join(process.cwd(), moduleID);
|
moduleID = path__WEBPACK_IMPORTED_MODULE_0__.resolve(moduleID);
|
||||||
return target.apply(thisArg, [moduleID]);
|
return target.apply(thisArg, [moduleID]);
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue