Skip to content

Commit

Permalink
Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Oct 2, 2024
1 parent afcd038 commit 03c4648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export default class Parser {
return new DisplayString(
textDecoder.decode(new Uint8Array(result))
);
} catch (err) {
} catch {
throw new ParseError(this.pos, 'Fatal error decoding UTF-8 sequence in Display String');
}
}
Expand Down

0 comments on commit 03c4648

Please sign in to comment.