mirror of
				https://github.com/awesome-selfhosted/awesome-selfhosted.git
				synced 2025-11-04 08:42:15 +01:00 
			
		
		
		
	Update test.js
This commit is contained in:
		@@ -52,6 +52,10 @@ function entryErrorCheck(md) {
 | 
				
			|||||||
  let totalPass = 0;
 | 
					  let totalPass = 0;
 | 
				
			||||||
  let total = 0;
 | 
					  let total = 0;
 | 
				
			||||||
  const entryArray = [];
 | 
					  const entryArray = [];
 | 
				
			||||||
 | 
					  if (entries[0] === "") {
 | 
				
			||||||
 | 
					    console.log("0 Entries")
 | 
				
			||||||
 | 
					    process.exit(0)
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
  for (let i = 0, len = entries.length; i < len; i += 1) { // Loop to create array of objects
 | 
					  for (let i = 0, len = entries.length; i < len; i += 1) { // Loop to create array of objects
 | 
				
			||||||
    entryArray[i] = new Object;
 | 
					    entryArray[i] = new Object;
 | 
				
			||||||
    entryArray[i].raw = entries[i];
 | 
					    entryArray[i].raw = entries[i];
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user