workaround clorox bug

This commit is contained in:
Rich Harris
2018-03-11 20:51:14 -04:00
parent 9a5d273590
commit 37d3d57694
4 changed files with 11 additions and 11 deletions

View File

@@ -85,7 +85,7 @@ export async function exporter(export_dir: string) {
}
})
.catch((err: Error) => {
console.log(clorox.red(`> Error rendering ${url.pathname}: ${err.message}`));
console.log(`${clorox.red(`> Error rendering ${url.pathname}: ${err.message}`)}`);
});
}