diff --git a/Makefile.dryice.js b/Makefile.dryice.js index c60702a3..7674c8c7 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -263,7 +263,7 @@ function runFilters(value, filter, reading, name) { return value; } - if (filter.onRead == reading) { + if ((!!filter.onRead) == reading) { return filter(value, name); } else {