Skip to content

Commit

Permalink
feat(parseTopic): Agrega unitDir a errores de duplicados de slugs de …
Browse files Browse the repository at this point in the history
…partes
  • Loading branch information
lupomontero committed Jan 24, 2023
1 parent 5d82724 commit aa744c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/topic.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const parseUnit = async (dir, unit) => {
if (duplicateSlugErrors.length) {
throw Object.assign(
new Error('Duplicate part slugs found'),
{ errors: duplicateSlugErrors },
{ errors: duplicateSlugErrors, path: unitDir },
);
}

Expand Down

0 comments on commit aa744c3

Please sign in to comment.