mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-25 03:42:30 +00:00
Fix loading of plugins when book root is relative
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ var Book = function(root, context, parent) {
|
||||
})
|
||||
|
||||
// Root folder of the book
|
||||
this.root = root;
|
||||
this.root = path.resolve(root);
|
||||
|
||||
// Parent book
|
||||
this.parent = parent;
|
||||
|
||||
Reference in New Issue
Block a user