Skip to content

Commit

Permalink
fix: Prevent watch mode crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Nov 12, 2021
1 parent 5e30ee4 commit 950d872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/docusaurus-plugin-typedoc/src/render.ts
Expand Up @@ -34,7 +34,6 @@ async function render(project: ProjectReflection, outputDirectory: string) {

this.trigger(RendererEvent.END, output);
}
this.theme = void 0;
}

const addTypedocReaders = (app: Application) => {
Expand Down

0 comments on commit 950d872

Please sign in to comment.