Update common api path
This commit is contained in:
parent
4c9f5b71f7
commit
2e9fd7ce77
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ process.atomBinding = function(name) {
|
|||
|
||||
if (!process.env.ELECTRON_HIDE_INTERNAL_MODULES) {
|
||||
// Add common/api/lib to module search paths.
|
||||
Module.globalPaths.push(path.resolve(__dirname, '..', 'api', 'lib'));
|
||||
Module.globalPaths.push(path.join(__dirname, 'api'));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue