Run build script

This commit is contained in:
Jonathan Clem 2021-04-21 17:49:15 -04:00
parent b616178d6d
commit 2923e50f29
No known key found for this signature in database
GPG key ID: 2159A758355F0178

2
dist/index.js vendored
View file

@ -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 {