This commit is contained in:
2026-02-24 15:26:33 +01:00
parent 15b49477e2
commit 0d1e8620b5
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
ww-debug
ww-error
ww-set-log-level
ww-log-level
(all-from-out "css.rkt")
(all-from-out "menu.rkt")

View File

@@ -137,7 +137,7 @@
(define (ww-set-log-level level)
(set! _ww-log-level level)
(unless (eq? ww-current-handle #f)
(when (not (eq? ww-current-handle #f))
(ww-log-level _ww-log-level))
)