Update requires paths
This commit is contained in:
parent
f109591d03
commit
006c77a00f
6 changed files with 11 additions and 12 deletions
|
@ -244,7 +244,7 @@ ipcRenderer.on('ATOM_RENDERER_RELEASE_CALLBACK', function(event, id) {
|
|||
});
|
||||
|
||||
// List all built-in modules in browser process.
|
||||
const browserModules = require('../../../browser/api/lib/exports/electron');
|
||||
const browserModules = require('../../browser/api/exports/electron');
|
||||
|
||||
// And add a helper receiver for each one.
|
||||
var fn = function(name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue