Skip to content

Commit

Permalink
Fix promise handling in ASF parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jan 13, 2025
1 parent 1f44fd5 commit 93cd361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asf/AsfParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class AsfParser extends BasicParser {
break;

case GUID.CompatibilityObject.str:
this.tokenizer.ignore(remaining);
await this.tokenizer.ignore(remaining);
break;

case GUID.ASF_Index_Placeholder_Object.str:
Expand Down

0 comments on commit 93cd361

Please sign in to comment.