Skip to content

Commit

Permalink
fix(serverless-cms-aws): rethrow error after logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed May 26, 2023
1 parent fb62a4d commit 09c2454
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const executeDataMigrations = {
} catch (e) {
context.error(`An error occurred while executing data migrations Lambda function!`);
console.log(e);
throw e;
}
}
};

0 comments on commit 09c2454

Please sign in to comment.