From 02d1373b57ff3e31e534ca2a86511eb4566282a8 Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Tue, 4 May 2021 19:46:28 +0200 Subject: [PATCH] fix(repo): fixed documentation map-link-checker --- scripts/documentation/map-link-checker.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/scripts/documentation/map-link-checker.ts b/scripts/documentation/map-link-checker.ts index 353df6efc5..19012104ff 100644 --- a/scripts/documentation/map-link-checker.ts +++ b/scripts/documentation/map-link-checker.ts @@ -83,16 +83,12 @@ if (!!mapMissList.length) { scriptError = true; } else { console.log( - console.log( - `${chalk.green( - '🗸' - )} The 'map.json' file and the documentation files are in sync.` - ) + `${chalk.green( + '🗸' + )} The 'map.json' file and the documentation files are in sync.` ); } if (scriptError) { process.exit(1); -} else { - process.exit(0); }