Skip to content

Commit

Permalink
man: Error if unhandled dovecot markdown directive is found
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Aug 24, 2024
1 parent 64b7a95 commit 22f56c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/generate_man.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const processDovecotMd = () => {
case 'link':
return parts[1]
default:
return m1
throw new Error('unknown dovecot markdown command: ' + parts[0])
}
})
}
Expand Down

0 comments on commit 22f56c1

Please sign in to comment.