Steps to reproduce:
Create a task which:
- sets %filter to a value returning no tasks from your RTM account;
- calls rtmGetTasks with a JavaScript action.
Expected behaviour:
Following the JavaScript call to rtmGetTasks, the rest of the Task should execute with %tasks unset, or possibly set to an empty string.
Actual behaviour:
A toast notification appears saying, "JavaScriptlet: line 2: Uncaught TypeError: Cannot read property 'length' of undefined". This Javascript error causes premature termination of the Tasker task.