mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 11:15:14 +00:00
workaround clorox bug
This commit is contained in:
@@ -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}`)}`);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user