Fix completion checking

This commit is contained in:
Shadowfacts 2016-09-28 18:52:48 -04:00
parent 9bc15fbbdf
commit 5d3367ddb4
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@ function moveToEndOfPreviousLine() {
}
function isComplete() {
if (incompleteMark.lines.length != 0) {
return false;
}
for (var i = 0; i < invalids.length; i++) {
let arr = invalids[i];
for (var j = 0; j < arr.length; j++) {