Skip to content

Commit 09e139e

Browse files
committed
check size
1 parent 58cc1ce commit 09e139e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const wrappedGetDependencyReleaseLine: ChangelogFunctions["getDependencyReleaseL
221221
opts
222222
);
223223

224-
console.log(`[Debug] Authors: ${allAuthors}`);
224+
console.log(`[Debug] Authors: ${allAuthors.size}`);
225225
// Add credits section if we have authors
226226
if (allAuthors.size > 0) {
227227
const credits = getCreditsSection();

0 commit comments

Comments
 (0)