Skip to content

Commit

Permalink
fix: Eta build on UNIX
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Jan 7, 2021
1 parent fc858a4 commit 8e8821c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/builders/build-static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async function render(
await fs.writeFile(
outPath,
await (renderFile(path.resolve(viewFolder, view + '.eta'), data, {
root: viewFolder,
views: viewFolder
}) || Promise.reject('Error rendering view ' + view))
);
Expand Down

0 comments on commit 8e8821c

Please sign in to comment.