diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index d1bd099..999264d 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -65,7 +65,7 @@ return new Object() { .collect { s -> Eval.me(s.text)(toy); } - .findAll { }; + .findAll { p -> p }; }; // Utils |