rephrase connect relation error

This commit is contained in:
Marc-Roig 2022-12-05 14:41:20 +01:00
parent 1ccb35486b
commit 02a23a00ef

View File

@ -170,7 +170,9 @@ const relationsOrderer = (initArr, idColumn, orderColumn) => {
insertRelation(relation); insertRelation(relation);
} catch (err) { } catch (err) {
throw new Error( throw new Error(
`There was a problem connecting id ${relation.id} with position ${JSON.stringify( `There was a problem connecting relation with id ${
relation.id
} at position ${JSON.stringify(
relation.position relation.position
)}. The list of connect relations is not valid` )}. The list of connect relations is not valid`
); );