Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex committed Feb 7, 2024
1 parent f23b4fa commit 181811c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen-sdk-types.mts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const sourceFile = ts.factory.createSourceFile(

const printer = ts.createPrinter();

const text = prettier.format(printer.printFile(sourceFile), {
const text = await prettier.format(printer.printFile(sourceFile), {
parser: "typescript",
});

Expand Down

0 comments on commit 181811c

Please sign in to comment.