Fix parsing of multilingual books

This commit is contained in:
Samy Pessé
2016-04-29 10:58:25 +02:00
parent 93e701f471
commit 73c190891d
6 changed files with 44 additions and 6 deletions
+1
View File
@@ -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)