mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Fix core renderer tests
This commit is contained in:
@@ -839,7 +839,7 @@ class Config
|
||||
relativePath = sourcePath.substring(templateConfigDirPath.length + 1)
|
||||
destinationPath = path.join(@configDirPath, relativePath)
|
||||
queue.push({sourcePath, destinationPath})
|
||||
fs.traverseTree(templateConfigDirPath, onConfigDirFile, (path) -> true)
|
||||
fs.traverseTree(templateConfigDirPath, onConfigDirFile, ((path) -> true), (->))
|
||||
|
||||
loadUserConfig: ->
|
||||
return if @shouldNotAccessFileSystem()
|
||||
|
||||
Reference in New Issue
Block a user