summaryrefslogtreecommitdiff
path: root/threads.js
diff options
context:
space:
mode:
Diffstat (limited to 'threads.js')
-rw-r--r--threads.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/threads.js b/threads.js
index 3b7074e..24d4196 100644
--- a/threads.js
+++ b/threads.js
@@ -2150,7 +2150,7 @@ Process.prototype.reportTextSplit = function (string, delimiter) {
return new List(str.trim().split(/[\t\r\n ]+/));
case 'character':
del = '';
- break
+ break;
default:
del = (delimiter || '').toString();
}