clenemt / docdash

:zap: Lodash inspired JSDoc 3 template/theme
http://clenemt.github.io/docdash/
Other
824 stars 201 forks source link

Fix error when including tutorials #51

Closed cahilfoley closed 5 years ago

cahilfoley commented 5 years ago

Adding check for existence of ancestors property on item before reading ancestors.length. The ancestors property does not exist on tutorial items so the build breaks with the following error:

C:\dev\projects\stuff\node_modules\docdash\publish.js:335
      if (item.ancestors.length > level) {
                         ^

TypeError: Cannot read property 'length' of undefined