Skip to content

Commit

Permalink
fix(api-headless-cms-ddb-es): additional log on index create [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
brunozoric committed Jun 6, 2024
1 parent 97c7927 commit 08f90d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const createElasticsearchIndex = async (params: CreateElasticsearchIndexP
console.error(
`Could not create Elasticsearch index "${index}" for the CMS model "${model.name}".`
);
console.error(ex);
return ex;
}
});
Expand Down

0 comments on commit 08f90d8

Please sign in to comment.