Skip to content

Commit 2923e50

Browse files
committed
Run build script
1 parent b616178 commit 2923e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2896,7 +2896,7 @@ module.exports = require("assert");
28962896
const wrapRequire = new Proxy(require, {
28972897
apply: (target, thisArg, [moduleID]) => {
28982898
if (moduleID.startsWith('.')) {
2899-
moduleID = path__WEBPACK_IMPORTED_MODULE_0__.join(process.cwd(), moduleID);
2899+
moduleID = path__WEBPACK_IMPORTED_MODULE_0__.resolve(moduleID);
29002900
return target.apply(thisArg, [moduleID]);
29012901
}
29022902
try {

0 commit comments

Comments
 (0)