Development
This commit is contained in:
parent
f152d82386
commit
cde1ec533b
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ for(var i=0;i<lines.length;i++){
|
|||
var r=_checkLine(l);
|
||||
if(!r.ok&&!r.partial)return r;
|
||||
if(!r.ok){hasPartial=true;continue;}
|
||||
if(collisions&&collisions.some(function(c){return String(c)===l;}))return _err('Already in use');
|
||||
if(dedup){if(seen[l])return _err('Duplicate entry');seen[l]=true;}
|
||||
}
|
||||
if(!hasContent)return _par('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue