Skip to content

Commit 30f4c54

Browse files
committed
Require row num in error case
1 parent 97e7d62 commit 30f4c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

leaderboard.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ <h3 style="text-align: center;">NWoC 2020 Leaderboard</h3>
113113
var cells = rows[i].split(',');
114114
if (cells.length != 2) {
115115
$('#leader-div').html('<p>Data could not be parsed.</p>');
116+
console.log("Offending row: ", i);
116117
console.log("Offending cell length segment: ", cells.length);
117118
console.log("data for offending segment: ", cells[1]);
118119

0 commit comments

Comments
 (0)