This commit is contained in:
Antonio Scandurra
2017-02-28 12:15:00 +01:00
parent 9b72cb5629
commit adb0e39166
7 changed files with 111 additions and 101 deletions

View File

@@ -83,4 +83,5 @@ function handleStartupEventWithSquirrel () {
function setupCompileCache () {
const CompileCache = require('../compile-cache')
CompileCache.setAtomHomeDirectory(process.env.ATOM_HOME)
CompileCache.install(require)
}