wip: xelatex

This commit is contained in:
2026-02-22 19:01:12 -07:00
parent 651ed4f26c
commit b5a5721eed
4 changed files with 48 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ function do_command (cmd) {
return null
}
} catch (e) {
return e
return {type: "error", error: e}
}
}