Swap-Aggregator-Subgraph/node_modules/app-module-path/cwd.js
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

7 lines
233 B
JavaScript

var addPath = require('.').addPath;
addPath(process.cwd());
// https://github.com/jhnns/rewire/blob/master/lib/index.js
delete require.cache[__filename]; // deleting self from module cache so the parent module is always up to date