Skip to content

Commit 37046c0

Browse files
committed
missing guard for when the cache is out of date
1 parent 0d82b6b commit 37046c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui-lib/framework/private/color-prefs.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
#f)])
754754
(get-info/full dir)))
755755
(when info
756-
(define cs-info (info 'framework:color-schemes))
756+
(define cs-info (info 'framework:color-schemes (lambda () "wrong answer")))
757757
(cond
758758
[(info-file-result-check? cs-info)
759759
(for ([one-scheme (in-list cs-info)])

0 commit comments

Comments
 (0)