Skip to content

Commit

Permalink
fix: add missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneslumpe committed Nov 12, 2018
1 parent 852ab3a commit 076ba50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function format(filepath: string) {
}

async function generate() {
generateAllTypes();
await generateAllTypes();

const filenames = await readdir(LIB_PATH);
const formatted = await Promise.all(
Expand Down

0 comments on commit 076ba50

Please sign in to comment.