Make version getter available on provided functions
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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?)
|
||||
|
||||
Reference in New Issue
Block a user