diff --git a/collects/framework/splash.ss b/collects/framework/splash.ss index c71b54a6..367d7c31 100644 --- a/collects/framework/splash.ss +++ b/collects/framework/splash.ss @@ -86,7 +86,7 @@ (define funny? (let ([date (seconds->date (current-seconds))]) - (and (with-handlers ([not-break-exn? (lambda (x) #f)]) + (and (with-handlers ([exn:fail:filesystem? (lambda (x) #f)]) (collection-path "icons") #t) (= (date-day date) 25)