Skip to content

Commit

Permalink
updating error log for 'getChangesetEntriesMap' util function
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Valdes Gutierrez <[email protected]>
  • Loading branch information
BigSamu committed Apr 3, 2024
1 parent 2568075 commit d799248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/changeset.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const getChangesetEntriesMap = (
changesetCreationMode
));
} catch (error) {
console.error("Error validating changelog entries");
console.error("Invalid changelog entries...");
throw error;
}

Expand Down

0 comments on commit d799248

Please sign in to comment.