mirror of
				https://github.com/awesome-selfhosted/awesome-selfhosted.git
				synced 2025-10-31 23:33:11 +00:00 
			
		
		
		
	Fix line numbers.
This commit is contained in:
		| @@ -157,7 +157,7 @@ function entryErrorCheck() { | ||||
|     if (entryFilter(lines[i]) === true) { // filter out lines that don't start with * [) | ||||
|       e = {}; | ||||
|       e.raw = lines[i]; | ||||
|       e.line = i | ||||
|       e.line = i + 1 | ||||
|       entries.push(e); | ||||
|     } else if (licenseFilter(lines[i]) === true) { | ||||
|       licenses.add(parseLicense(lines[i])) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user