diff options
Diffstat (limited to 'threads.js')
| -rw-r--r-- | threads.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -683,8 +683,6 @@ Process.prototype.doYield = function () { Process.prototype.checkIfList = function (maybeList) { if (!(maybeList instanceof List)) { - var error = {name: 'list error', message: 'expecting a list'}; - this.handleError(error); maybeList = new List(); } return maybeList; |
