chore(lint): Prettier fix
This commit is contained in:
parent
858958490f
commit
3745916f2d
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ async function generatePath(path: string, opts: StaticBuildOptions, gopts: Gener
|
|||
await fs.promises.mkdir(outFolder, { recursive: true });
|
||||
await fs.promises.writeFile(outFile, html, 'utf-8');
|
||||
} catch (err) {
|
||||
error(opts.logging, 'build', `Error rendering:`, err)
|
||||
error(opts.logging, 'build', `Error rendering:`, err);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue