fix: Typo in the export CLI error handling
parent
eae79c1684
commit
6dd1f4556f
|
@ -142,7 +142,7 @@ const handleAction = async (syncType, skipConfirm, configType, partials) => {
|
||||||
await app.plugin('config-sync').service('main').exportSingleConfig(name, onSuccess);
|
await app.plugin('config-sync').service('main').exportSingleConfig(name, onSuccess);
|
||||||
}));
|
}));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(`${chalk.bgRed.bold('[error]')} Something went wrong during the import. ${e}`);
|
console.log(`${chalk.bgRed.bold('[error]')} Something went wrong during the export. ${e}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue