mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-23 21:32:10 +02:00
Fix line numbers
This commit is contained in:
parent
ffca1682ca
commit
c32317a686
1 changed files with 2 additions and 2 deletions
2
test.js
2
test.js
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue