Skip to content

Commit b4025e6

Browse files
committed
remove async
1 parent 84eb6aa commit b4025e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generator/docs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function main() {
5454
const q = new Q({concurrency: 50});
5555
console.log(`Generating docs for ${dirs.length} APIs...`);
5656
let i = 0;
57-
const promises = dirs.map(async dir => {
57+
const promises = dirs.map(dir => {
5858
return q
5959
.add(() =>
6060
gfs.execa(process.execPath, [

0 commit comments

Comments
 (0)