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 1a75147 commit c910614Copy full SHA for c910614
util/generate_man.js
@@ -171,7 +171,7 @@ const processDovecotMdPre = () => {
171
const main = async (component, outPath) => {
172
/* Create output directory, if it doesn't exist. */
173
if (!fs.existsSync(outPath)) {
174
- await fs.promises.mkdir(outPath)
+ await fs.promises.mkdir(outPath, { recursive: true })
175
}
176
177
/* Generate list of man files. */
0 commit comments