|
|
@ -28,7 +28,7 @@ function entryErrorCheck(md) {
|
|
|
|
totalPass += 1;
|
|
|
|
totalPass += 1;
|
|
|
|
//console.log(i + 1 + ". Pass: " + entryArray[i].name);
|
|
|
|
//console.log(i + 1 + ". Pass: " + entryArray[i].name);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
console.log("Line #" + i + 1 + ". Fail: " + entryArray[i].name);
|
|
|
|
console.log("Line #" + (i + 1) + ". Fail: " + entryArray[i].name);
|
|
|
|
//console.log(entries[i]);
|
|
|
|
//console.log(entries[i]);
|
|
|
|
totalFail += 1;
|
|
|
|
totalFail += 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|