Better error log of WebFinger
This commit is contained in:
		
							parent
							
								
									b4a3e5aa4f
								
							
						
					
					
						commit
						11101a6aca
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -84,6 +84,7 @@ async function resolveSelf(acctLower: string) {
 | 
			
		|||
	});
 | 
			
		||||
	const self = finger.links.find(link => link.rel && link.rel.toLowerCase() === 'self');
 | 
			
		||||
	if (!self) {
 | 
			
		||||
		logger.error(`Failed to WebFinger for ${chalk.yellow(acctLower)}: self link not found`);
 | 
			
		||||
		throw new Error('self link not found');
 | 
			
		||||
	}
 | 
			
		||||
	return self;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue