Lint: fix missing semicolon

pull/3/merge
Michael Ball 2014-07-17 12:08:30 -07:00
rodzic 440cd340a5
commit 80d1e25bee
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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();
}