Make version getter available on provided functions

This commit is contained in:
2025-11-13 09:59:41 +01:00
parent 27c0b27a46
commit 47ad7243d1
2 changed files with 7 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
(all-from-out "menu.rkt")
ww-set-custom-webui-wire-command!
ww-get-webui-wire-version
ww-display-log
ww-tail-log
)

View File

@@ -11,8 +11,13 @@
(provide ww-set-custom-webui-wire-command!
ww-get-webui-wire-command
ww-get-webui-wire-version
)
(define (ww-get-webui-wire-version)
(ww-get-webui-wire-command)
(get-webui-wire-installed-version))
(define (ww-get-webui-wire-command)
(unless (webui-wire-exists?)