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