mirror of
https://github.com/wassname/template.git
synced 2026-07-24 13:20:06 +08:00
Style fixes and cleanup for appendix
This commit is contained in:
@@ -15,8 +15,6 @@ program
|
||||
.option('-o, --output-path <path>', 'path to write rendered HTML file to.')
|
||||
.parse(process.argv);
|
||||
|
||||
console.warn(program);
|
||||
|
||||
const virtualConsole = new jsdom.VirtualConsole();
|
||||
// omitJSDOMErrors as JSDOM routinely can't parse modern CSS
|
||||
virtualConsole.sendTo(console, { omitJSDOMErrors: true });
|
||||
|
||||
Reference in New Issue
Block a user