$
This commit is contained in:
11
node_modules/node-preload/preload-path/node-preload.js
generated
vendored
Normal file
11
node_modules/node-preload/preload-path/node-preload.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
'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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user