fix contract (#f can always happen-- it means the dialog was cancelled by the user)
This commit is contained in:
parent
c0230fb6f4
commit
4c65ee6d58
|
@ -15,7 +15,7 @@
|
|||
#:dir? [dir? boolean?])
|
||||
[res (dir?)
|
||||
(if (or dir? (not (equal? dir? the-unsupplied-arg)))
|
||||
(listof path?)
|
||||
(or/c (listof path?) #f)
|
||||
(or/c path? #f))])]))
|
||||
|
||||
(define (get-module-path-from-user #:init [init-value ""]
|
||||
|
|
Loading…
Reference in New Issue
Block a user