We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1380e08 commit 64424bfCopy full SHA for 64424bf
bin/cmd.js
@@ -142,6 +142,7 @@ if (args.length === 1 && args[0] === '-') {
142
143
// Replace args with the commit data directly
144
for (let i = 0; i < commits.length; i++) {
145
+ const commit = commits[i]
146
if (!commit.id || !commit.message) {
147
throw new Error('Each commit must have "id" and "message" properties')
148
}
0 commit comments