cli: added some spacing before destruction

This commit is contained in:
Backstage Service Account
2021-01-07 13:52:20 +01:00
committed by GitHub
parent e418783c1a
commit e78966ab49
+1
View File
@@ -215,6 +215,7 @@ function lazy(
try {
const actionFunc = await getActionFunc();
await actionFunc(...args);
process.exit(0);
} catch (error) {
exitWithError(error);