Skip to content

Commit

Permalink
feat(component-docs): add console warning with error object (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tagir-A authored and tx44 committed Feb 12, 2018
1 parent 297e04f commit f7b6249
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 313 deletions.
1 change: 1 addition & 0 deletions gulp/component-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function componentDocs(libraryName) {
}));
} catch (e) {
console.warn(`unable to build docs for ${file.path}`);
console.warn(e);
callback(null);
}
}
Expand Down
Loading

0 comments on commit f7b6249

Please sign in to comment.