mol_compare_deep 0.0.1468 → 0.0.1469
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.test.js +0 -5
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -705,11 +705,6 @@ var $node = new Proxy({ require }, {
|
|
|
705
705
|
$$.$mol_fail_hidden(e);
|
|
706
706
|
$$.$mol_fail_log(e);
|
|
707
707
|
}
|
|
708
|
-
const mam_node_modules = target.require('node:path').join(process.cwd(), 'node_modules');
|
|
709
|
-
if (!process.env.NODE_PATH?.includes(mam_node_modules)) {
|
|
710
|
-
process.env.NODE_PATH = `${mam_node_modules}${process.env.NODE_PATH ? `:${process.env.NODE_PATH}` : ''}`;
|
|
711
|
-
target.require('node:module').Module._initPaths();
|
|
712
|
-
}
|
|
713
708
|
}
|
|
714
709
|
return target.require(name);
|
|
715
710
|
},
|