mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Remove ~/.atom/packages from NODE_PATH
Packages paths needed for requires should be obtained from the atom global.
This commit is contained in:
@@ -53,8 +53,6 @@ class AtomWindow
|
||||
''
|
||||
]
|
||||
|
||||
paths.push path.join(app.getHomeDir(), '.atom', 'packages')
|
||||
|
||||
paths = paths.map (relativeOrAbsolutePath) ->
|
||||
path.resolve resourcePath, relativeOrAbsolutePath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user