mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add missing 6to5 segment
This commit is contained in:
@@ -15,7 +15,7 @@ exports.addPathToCache = (filePath, atomHome) ->
|
||||
|
||||
CoffeeCache.setCacheDirectory(path.join(cacheDir, 'coffee'))
|
||||
CSON.setCacheDir(path.join(cacheDir, 'cson'))
|
||||
to5.setCacheDirectory(path.join(cacheDir, 'js'))
|
||||
to5.setCacheDirectory(path.join(cacheDir, 'js', '6to5'))
|
||||
|
||||
switch path.extname(filePath)
|
||||
when '.coffee'
|
||||
|
||||
Reference in New Issue
Block a user