Skip to content

Commit 454a9ad

Browse files
Add missing await
1 parent 99f7ca6 commit 454a9ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/parsing/index/src/lib/idl-index.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ export class IDLIndex {
10261026
// do nothing if not full parse
10271027
break;
10281028
case options.postProcess:
1029-
this.postProcessProFile(
1029+
await this.postProcessProFile(
10301030
file,
10311031
parsed,
10321032
token,

0 commit comments

Comments
 (0)