Skip to content

Commit

Permalink
fix(cli): do not exit after creating readme.md
Browse files Browse the repository at this point in the history
the program would exit after creating the readme.md, skipping the creation of actual documentation
entirely. This is no longer the case.
  • Loading branch information
trieloff committed Jan 13, 2020
1 parent 4580489 commit cb7d012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async function main(args) {

if (!argv.n) {
console.log('writing README');
return pipe(
pipe(
loadedschemas,
// build readme
readme({
Expand Down

0 comments on commit cb7d012

Please sign in to comment.