chore(cloudcmd) save, then import

This commit is contained in:
coderaiser 2020-09-11 19:12:43 +03:00
parent 0b74250248
commit b8a83868da

View file

@ -212,12 +212,11 @@ async function main() {
start(options, config);
await tryToCatch(checkUpdate);
await importConfig(config);
if (args.save)
config.write();
await tryToCatch(checkUpdate);
await importConfig(config);
}
function validateRoot(root, config) {