cs: repair filesystem-change-evt
Correct an incomplete adaptation in a2a67a9660
.
This commit is contained in:
parent
f27924b8a7
commit
5c51096a88
|
@ -39,7 +39,7 @@
|
|||
|
||||
(define/who (filesystem-change-evt p [fail #f])
|
||||
(check who path-string? p)
|
||||
(check who (procedure-arity-includes/c 0) fail)
|
||||
(check who (procedure-arity-includes/c 0) #:or-false fail)
|
||||
(define fn (->host p who '(exists)))
|
||||
(start-atomic)
|
||||
(define file-rfc (rktio_fs_change rktio fn shared-ltps))
|
||||
|
|
Loading…
Reference in New Issue
Block a user