mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	fix(server): print extra config keys on error (#5036)
This commit is contained in:
		
							parent
							
								
									dc4e6c4629
								
							
						
					
					
						commit
						8f3ed8ba8e
					
				@ -328,7 +328,7 @@ export class SystemConfigCore {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (!_.isEmpty(file)) {
 | 
					        if (!_.isEmpty(file)) {
 | 
				
			||||||
          throw new Error(`Unknown keys found: ${file}`);
 | 
					          throw new Error(`Unknown keys found: ${JSON.stringify(file)}`);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        this.configCache = overrides;
 | 
					        this.configCache = overrides;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user