mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
log relation reorderer error
This commit is contained in:
parent
5106ed251e
commit
7a9f43a027
@ -84,6 +84,7 @@ class RelationsOrderer {
|
||||
// Add to the chunk
|
||||
this.arr.splice(idx, 0, _relation);
|
||||
} catch (err) {
|
||||
strapi.log.error(err);
|
||||
throw new Error(
|
||||
`Could not connect ${relation.id}, position ${JSON.stringify(
|
||||
relation.position
|
||||
|
Loading…
x
Reference in New Issue
Block a user