mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Go back to using ATOM_HOME
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
function setupWindow (loadSettings) {
|
||||
var CompileCache = require('../src/compile-cache')
|
||||
CompileCache.setAtomHomeDirectory(loadSettings.atomHome)
|
||||
CompileCache.setAtomHomeDirectory(process.env.ATOM_HOME)
|
||||
|
||||
var ModuleCache = require('../src/module-cache')
|
||||
ModuleCache.register(loadSettings)
|
||||
|
||||
Reference in New Issue
Block a user