style: Update copy in CLI
parent
5a5df08fca
commit
7c5a337037
|
@ -111,7 +111,7 @@ const handleAction = async (type, skipConfirm) => {
|
||||||
if (type === 'export') {
|
if (type === 'export') {
|
||||||
try {
|
try {
|
||||||
await app.plugin('config-sync').service('main').exportAllConfig();
|
await app.plugin('config-sync').service('main').exportAllConfig();
|
||||||
console.log(`${chalk.bgGreen.bold('[success]')} Exported config`);
|
console.log(`${chalk.bgGreen.bold('[success]')} Config was exported`);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(`${chalk.bgRed.bold('[error]')} Something went wrong during the export. ${e}`);
|
console.log(`${chalk.bgRed.bold('[error]')} Something went wrong during the export. ${e}`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue