Clean the init.coffee
This commit is contained in:
parent
7210f6e64d
commit
4ba3e101f6
2 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ globalPaths.push path.join(process.resourcesPath, 'atom', 'renderer', 'api', 'li
|
|||
globalPaths.push path.join(process.resourcesPath, 'app')
|
||||
|
||||
# Import common settings.
|
||||
require path.resolve(__dirname, '..', '..', 'common', 'lib', 'init.js')
|
||||
require path.resolve(__dirname, '..', '..', 'common', 'lib', 'init')
|
||||
|
||||
# Process command line arguments.
|
||||
nodeIntegration = 'false'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue