chore: Add full stop to 'no diff' notice for import/export commands
parent
f408122d82
commit
6282e4e401
|
@ -71,7 +71,7 @@ const handleAction = async (type, skipConfirm) => {
|
|||
|
||||
// No changes.
|
||||
if (isEmpty(diff.diff)) {
|
||||
console.log(`${chalk.cyan('[notice]')} There are no changes to ${type}`);
|
||||
console.log(`${chalk.cyan('[notice]')} There are no changes to ${type}.`);
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue