fix: render-temml

This commit is contained in:
2026-02-26 14:42:39 -07:00
parent cf225f6bc5
commit ea3b77619a
4 changed files with 24 additions and 3 deletions

View File

@@ -34,13 +34,13 @@ function do_command (cmd) {
return null
}
} catch (e) {
console.error (e)
return {type: "error", error: e}
}
}
function main () {
const options = commandLineArgs (cli_spec)
console.error (options)
macros = load_preambles (options.preamble)
const decoder = new DecoderStream ()
const encoder = new EncoderStream ()