working as intended

This commit is contained in:
Maximilian Wagner
2025-12-26 02:50:34 +01:00
parent 6fc4ee2716
commit 8dcf9fba11
5 changed files with 110 additions and 15 deletions

View File

@@ -32,6 +32,7 @@ type LatexExecution struct {
ExecutionLock sync.Mutex
ExecutionState string
Timestamp string
TimestampRFC string
Output []byte
}
var LatexExec LatexExecution