mirror of
https://github.com/atom/atom.git
synced 2026-02-02 18:55:17 -05:00
💄
This commit is contained in:
@@ -55,15 +55,15 @@ class AtomApplication
|
||||
|
||||
setupNodePath: ->
|
||||
resourcePaths = [
|
||||
'src/stdlib',
|
||||
'src/app',
|
||||
'src/packages',
|
||||
'src',
|
||||
'vendor',
|
||||
'static',
|
||||
'node_modules',
|
||||
'spec',
|
||||
'',
|
||||
'src/stdlib'
|
||||
'src/app'
|
||||
'src/packages'
|
||||
'src'
|
||||
'vendor'
|
||||
'static'
|
||||
'node_modules'
|
||||
'spec'
|
||||
''
|
||||
]
|
||||
|
||||
resourcePaths.push path.join(@getHomeDir(), '.atom', 'packages')
|
||||
|
||||
Reference in New Issue
Block a user