Skip to content

Commit

Permalink
Run build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Apr 21, 2021
1 parent b616178 commit 2923e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2896,7 +2896,7 @@ module.exports = require("assert");
const wrapRequire = new Proxy(require, {
apply: (target, thisArg, [moduleID]) => {
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]);
}
try {
Expand Down

0 comments on commit 2923e50

Please sign in to comment.