Skip to content

Commit

Permalink
fix(tsDefGen): create methods using the proper newInstanceAsync name (
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusJx authored Mar 27, 2023
1 parent b4bed25 commit 0e76886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-src/TypescriptDefinitionGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export default class TypescriptDefinitionGenerator {
isStatic: true,
isDefault: false,
},
'newInstance',
'newInstanceAsync',
i,
false,
true
Expand Down

0 comments on commit 0e76886

Please sign in to comment.