When I run jsdoc with the `--tutorials` flag, I get the following error. ``` children = children.concat(this.getTutorialChildren(child)); ^ TypeError: undefined is not a function ``` Making the template ignore my tutorials folder, allows `jsdoc` to finish.