codePreviews: guh
This commit is contained in:
		
							parent
							
								
									7ef3c95533
								
							
						
					
					
						commit
						609a312c7c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -65,7 +65,7 @@ async function processFile(link, originalLink, spoiler = false, linkFile = false
 | 
				
			||||||
  let entireFile = false;
 | 
					  let entireFile = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (lineStr) {
 | 
					  if (lineStr) {
 | 
				
			||||||
    const [start, end] = lineStr.match(/(?<=L-)\d+/g);
 | 
					    const [start, end] = lineStr.match(/(?<=[L-]{1,2})\d+/g);
 | 
				
			||||||
    if (!end) {
 | 
					    if (!end) {
 | 
				
			||||||
      startLine = endLine = start;
 | 
					      startLine = endLine = start;
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue