fix(docblock-generator): eslint errors + missing await (#7281)

* chore: add missing await in docblock generator

* add fix for undefined symbol

* fix dirname path
This commit is contained in:
Shahed Nasser
2024-05-09 17:23:59 +03:00
committed by GitHub
parent 5d0ffe8ff4
commit 489a54e1fb
7 changed files with 11 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ export default async function (
...options,
})
oasGenerator.run()
await oasGenerator.run()
}
console.log(`Finished generating docs for ${filteredFiles.length} files.`)