summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 948dd00..a043117 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -1663,7 +1663,7 @@ while (true) {
def act = opts[opt].act;
if (act)
act(opts[opt].arg);
- else
+ else if (is("DEBUG"))
return "toy";
}
addAvail(clickTime);