diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-11-04 11:15:53 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-11-04 11:15:53 +0100 |
| commit | e974613563ef68e772ce31805a168003e84a21c0 (patch) | |
| tree | ca14bc4cb6e230bba4a1f6813bb99ddee69422b3 /threads.js | |
| parent | 7ca756e509c8a53bc93d43cc9366e19789c0d697 (diff) | |
| download | snap-errorHandling_issue533.tar.gz snap-errorHandling_issue533.zip | |
don't throw an error if a list is not a ListerrorHandling_issue533
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; |
