Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tap.close should be something True.
  • Loading branch information
jnthn committed Nov 25, 2015
1 parent bae2138 commit d781934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Supply.pm
Expand Up @@ -11,6 +11,7 @@ my class Tap {

method close() {
&!on-close() if &!on-close;
True;
}
}

Expand Down

0 comments on commit d781934

Please sign in to comment.