DIR: /proc/self/root/usr/share/node_modules/node-preload/preload-path/ |
Current File : //proc/self/root/usr/share/node_modules/node-preload/preload-path/node-preload.js |
'use strict'; const internalPreloadModule = require('../internal-preload-module.js'); const preloadList = require('../preload-list.js'); require('../hook-spawn.js'); preloadList.forEach(file => { internalPreloadModule.require(file); }); |