summaryrefslogtreecommitdiff
path: root/threads.js
diff options
context:
space:
mode:
Diffstat (limited to 'threads.js')
-rw-r--r--threads.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/threads.js b/threads.js
index e225fd9..4e5a394 100644
--- a/threads.js
+++ b/threads.js
@@ -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;