mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Fix parsing of multilingual books
This commit is contained in:
@@ -14,6 +14,7 @@ function findForBook(book) {
|
||||
return Promise.all([
|
||||
findInstalled(path.resolve(__dirname, '../..')),
|
||||
findInstalled(book.getRoot())
|
||||
// todo: list for parent of multilingual
|
||||
])
|
||||
.then(function(results) {
|
||||
return Immutable.List(results)
|
||||
|
||||
Reference in New Issue
Block a user