Remove hideInternalModules API
This commit is contained in:
parent
dafa14fe42
commit
2ce4237083
4 changed files with 0 additions and 27 deletions
|
@ -12,11 +12,6 @@ process.atomBinding = function (name) {
|
|||
}
|
||||
}
|
||||
|
||||
if (!process.env.ELECTRON_HIDE_INTERNAL_MODULES) {
|
||||
// Add common/api/lib to module search paths.
|
||||
Module.globalPaths.push(path.join(__dirname, 'api'))
|
||||
}
|
||||
|
||||
// setImmediate and process.nextTick makes use of uv_check and uv_prepare to
|
||||
// run the callbacks, however since we only run uv loop on requests, the
|
||||
// callbacks wouldn't be called until something else activated the uv loop,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue