mirror of
				https://github.com/folke/lazy.nvim.git
				synced 2025-10-31 06:21:14 +00:00 
			
		
		
		
	fix: show error when merging, but continue
This commit is contained in:
		
					parent
					
						
							
								b8a005510c
							
						
					
				
			
			
				commit
				
					
						f78d8bf376
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -153,7 +153,7 @@ function Spec:merge(old, new) | |||
|         ---@diagnostic disable-next-line: no-unknown | ||||
|         old[k] = values | ||||
|       else | ||||
|         error("Merging plugins is not supported for key `" .. k .. "`") | ||||
|         Util.error("Merging plugins is not supported for key `" .. k .. "`\n" .. vim.inspect({ old = old, new = new })) | ||||
|       end | ||||
|     else | ||||
|       ---@diagnostic disable-next-line: no-unknown | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue