fix(libreoffice): correct ErrRuntimeException message

This commit is contained in:
Julien Neuhart
2026-06-04 18:37:06 +02:00
parent 60482a5cdf
commit 5c6a5c64b5
+1 -1
View File
@@ -36,7 +36,7 @@ var (
ErrUnoException = errors.New("uno exception")
// ErrRuntimeException happens when unoconverter returns exit code 6.
ErrRuntimeException = errors.New("uno exception")
ErrRuntimeException = errors.New("runtime exception")
// ErrCoreDumped happens randomly; sometimes a conversion will work as
// expected, and some other time the same conversion will fail.