Fix misleading error message when decompiling fails.
This commit is contained in:
		
							parent
							
								
									5c190cc3ef
								
							
						
					
					
						commit
						177264420e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -208,7 +208,7 @@ public abstract class GenerateSourcesTask extends AbstractLoomTask { | ||||||
| 			try (IPCClient ipcClient = new IPCClient(ipcPath)) { | 			try (IPCClient ipcClient = new IPCClient(ipcPath)) { | ||||||
| 				doDecompile(new ThreadedSimpleProgressLogger(ipcClient)); | 				doDecompile(new ThreadedSimpleProgressLogger(ipcClient)); | ||||||
| 			} catch (Exception e) { | 			} catch (Exception e) { | ||||||
| 				throw new RuntimeException("Failed to setup IPC Client", e); | 				throw new RuntimeException("Failed to decompile", e); | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue