fix(repo): fixed documentation map-link-checker

This commit is contained in:
Phillip Barta 2021-05-04 19:46:28 +02:00 committed by Victor Savkin
parent 6503c4fa03
commit 02d1373b57

View File

@ -82,17 +82,13 @@ if (!!mapMissList.length) {
); );
scriptError = true; scriptError = true;
} else { } else {
console.log(
console.log( console.log(
`${chalk.green( `${chalk.green(
'🗸' '🗸'
)} The 'map.json' file and the documentation files are in sync.` )} The 'map.json' file and the documentation files are in sync.`
)
); );
} }
if (scriptError) { if (scriptError) {
process.exit(1); process.exit(1);
} else {
process.exit(0);
} }