From 100ac5294917b20454b38673f8397dd299c1f103 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 30 Jun 2019 12:08:28 +0100 Subject: Fix setup filter --- scripts/toy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3