mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
🙊
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
c90579956f
commit
e8a66ded01
@@ -119,9 +119,6 @@ _.extend atom,
|
||||
getAvailableThemePaths: ->
|
||||
themePaths = []
|
||||
for themeDirPath in config.themeDirPaths
|
||||
|
||||
console.log fsUtils.list(themeDirPath)
|
||||
|
||||
themePaths.push(fsUtils.list(themeDirPath, ['', '.tmTheme', '.css', 'less'])...)
|
||||
_.uniq(themePaths)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user