mirror of
				https://github.com/awesome-selfhosted/awesome-selfhosted.git
				synced 2025-11-04 14:43:08 +00:00 
			
		
		
		
	Format test.js md results
This commit is contained in:
		
							
								
								
									
										2
									
								
								test.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								test.js
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
const fs = require('fs')
 | 
					const fs = require('fs')
 | 
				
			||||||
var log = '{\n'
 | 
					var log = '{\n'
 | 
				
			||||||
var issuelog = '  "message": "Title | Entry\\n----|----------------------\\n'
 | 
					var issuelog = '  "message": "#### Syntax Issues\n\n Name | Entry\\n----|----------------------\\n'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var file = fs.readFileSync(process.argv[2], 'utf8')
 | 
					var file = fs.readFileSync(process.argv[2], 'utf8')
 | 
				
			||||||
entryErrorCheck(file)
 | 
					entryErrorCheck(file)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user