|
@ -157,7 +157,7 @@ function entryErrorCheck() { |
|
|
if (entryFilter(lines[i]) === true) { // filter out lines that don't start with * [)
|
|
|
if (entryFilter(lines[i]) === true) { // filter out lines that don't start with * [)
|
|
|
e = {}; |
|
|
e = {}; |
|
|
e.raw = lines[i]; |
|
|
e.raw = lines[i]; |
|
|
e.line = i |
|
|
|
|
|
|
|
|
e.line = i + 1 |
|
|
entries.push(e); |
|
|
entries.push(e); |
|
|
} else if (licenseFilter(lines[i]) === true) { |
|
|
} else if (licenseFilter(lines[i]) === true) { |
|
|
licenses.add(parseLicense(lines[i])) |
|
|
licenses.add(parseLicense(lines[i])) |
|
|