Merge pull request #3956 from backstage/changeset-release/master

Version Packages
This commit is contained in:
Patrik Oldsberg
2021-01-07 14:28:35 +01:00
committed by GitHub
+1
View File
@@ -215,6 +215,7 @@ function lazy(
try {
const actionFunc = await getActionFunc();
await actionFunc(...args);
process.exit(0);
} catch (error) {
exitWithError(error);