Skip to content

Commit

Permalink
Fixed the custom HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Oct 26, 2023
1 parent 2255f90 commit 1369c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projector/html.ts
Expand Up @@ -202,7 +202,7 @@ export class ProjectorHtml extends Projector {
public async write() {
const {path} = this;
await mkdir(dirname(path), {recursive: true});
await writeFile(path, this.getHtml());
await writeFile(path, await this.getHtml());
}

/**
Expand Down

0 comments on commit 1369c0a

Please sign in to comment.