A little more clear what os isn't supported.

Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
2025-11-13 09:14:40 +01:00
parent 31aa5bfd07
commit a86b4a0cda

View File

@@ -58,7 +58,9 @@
(let ((os (system-type 'os*)))
(if (eq? os 'linux)
(webui-wire-exists-linux?)
(error "Currently not implemented for other systems than Linux")
(error
(format
"Currently not implemented operating system '~a'" os))
)
)
)