Merge pull request #3956 from backstage/changeset-release/master
Version Packages
This commit is contained in:
@@ -215,6 +215,7 @@ function lazy(
|
||||
try {
|
||||
const actionFunc = await getActionFunc();
|
||||
await actionFunc(...args);
|
||||
|
||||
process.exit(0);
|
||||
} catch (error) {
|
||||
exitWithError(error);
|
||||
|
||||
Reference in New Issue
Block a user