Skip to content

Commit

Permalink
Merge pull request #35 from svewag/patch-1
Browse files Browse the repository at this point in the history
show more info on unexpected errors
  • Loading branch information
rafaesc committed Oct 10, 2017
2 parents 1398915 + 360ea88 commit 2c30a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/styleguidist.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ try {
);
process.exit(1);
} else {
logger.info(err)
throw err;
}
}
Expand Down

0 comments on commit 2c30a79

Please sign in to comment.