Skip to content

Commit

Permalink
fix(pkg::angular): remove an invalid assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Oct 31, 2023
1 parent 311b94e commit 7871cb8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ export class TypstDocumentComponent {
const displayDiv = this.typst_app?.nativeElement;
if (this.artifact?.length) {
const doRender = (renderer: typst.TypstRenderer) => {
if (this.format === 'vector') {
throw new Error('not implemented');
}
renderer.render({
artifactContent: this.artifact,
format: 'vector',
Expand Down

0 comments on commit 7871cb8

Please sign in to comment.