Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 2923e50

Browse filesBrowse files
committed
Run build script
1 parent b616178 commit 2923e50
Copy full SHA for 2923e50

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎dist/index.js

Copy file name to clipboardExpand all lines: dist/index.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.