Skip to content

Commit

Permalink
Log styleguide generation errors to console for now. Will handle prop…
Browse files Browse the repository at this point in the history
…erly later.
  • Loading branch information
Juuso Backman committed Nov 17, 2014
1 parent 374bf6c commit 17da221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/styleguide.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ module.exports = function(options) {
.finally(callback);
});
}
);
).on('error', console.error.bind(console));
};

/* Built-in server */
Expand Down

0 comments on commit 17da221

Please sign in to comment.