fix(repo): fixed documentation map-link-checker
This commit is contained in:
parent
6503c4fa03
commit
02d1373b57
@ -82,17 +82,13 @@ if (!!mapMissList.length) {
|
||||
);
|
||||
scriptError = true;
|
||||
} else {
|
||||
console.log(
|
||||
console.log(
|
||||
`${chalk.green(
|
||||
'🗸'
|
||||
)} The 'map.json' file and the documentation files are in sync.`
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
if (scriptError) {
|
||||
process.exit(1);
|
||||
} else {
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user