From cb7d0122e6151bf60df4621da5cc55e874fb10d6 Mon Sep 17 00:00:00 2001 From: Lars Trieloff Date: Mon, 13 Jan 2020 14:44:49 +0100 Subject: [PATCH] fix(cli): do not exit after creating readme.md the program would exit after creating the readme.md, skipping the creation of actual documentation entirely. This is no longer the case. --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 82f00294..659b2fa3 100644 --- a/lib/index.js +++ b/lib/index.js @@ -136,7 +136,7 @@ async function main(args) { if (!argv.n) { console.log('writing README'); - return pipe( + pipe( loadedschemas, // build readme readme({