Fix error log
This commit is contained in:
		
							parent
							
								
									d4ad36fa41
								
							
						
					
					
						commit
						ab8c6515b8
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -80,7 +80,11 @@ export default async (endpoint: string, user: User, app: App, data: any, file?:
 | 
			
		|||
			apiLogger.error(`Internal error occurred in ${ep.name}`, {
 | 
			
		||||
				ep: ep.name,
 | 
			
		||||
				ps: data,
 | 
			
		||||
				e: e
 | 
			
		||||
				e: {
 | 
			
		||||
					message: e.message,
 | 
			
		||||
					code: e.name,
 | 
			
		||||
					stack: e.stack
 | 
			
		||||
				}
 | 
			
		||||
			});
 | 
			
		||||
			throw new ApiError(null, {
 | 
			
		||||
				e: {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue