io.monitors.recursive: fix typo

db4
Slava Pestov 2010-08-23 21:54:59 -07:00
parent 76d2b83685
commit b7182432f3
1 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@ M: recursive-monitor dispose*
monitor tget children>> values dispose-each ;
: pump-step ( msg -- )
monitor tget [
monitor tget disposed>> [ drop ] [
[ [ monitor>> path>> ] [ path>> ] bi append-path ] [ changed>> ] bi
monitor tget queue-change
] unless-disposed ;
] if ;
: child-added ( path monitor -- )
path>> prepend-path add-child-monitor ;