Fix core renderer tests

This commit is contained in:
Antonio Scandurra
2017-03-04 14:33:57 +01:00
parent 07b6db7de9
commit 6cde324290

View File

@@ -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()