fix(repo): fixed documentation map-link-checker
This commit is contained in:
parent
6503c4fa03
commit
02d1373b57
@ -83,16 +83,12 @@ 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);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user