Remove the ShowCodeDetailsInExceptionMessages jvm arg, I didn't realise it was default to enabled now.
This commit is contained in:
		
							parent
							
								
									95751e213c
								
							
						
					
					
						commit
						e5b972cf98
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -109,7 +109,7 @@ public class RunConfig { | ||||||
| 		runConfig.programArgs = ""; | 		runConfig.programArgs = ""; | ||||||
| 
 | 
 | ||||||
| 		runConfig.mainClass = "net.fabricmc.devlaunchinjector.Main"; | 		runConfig.mainClass = "net.fabricmc.devlaunchinjector.Main"; | ||||||
| 		runConfig.vmArgs = "-XX:+ShowCodeDetailsInExceptionMessages -Dfabric.dli.config=" + encodeEscaped(extension.getFiles().getDevLauncherConfig().getAbsolutePath()) + " -Dfabric.dli.env=" + environment.toLowerCase(); | 		runConfig.vmArgs = "-Dfabric.dli.config=" + encodeEscaped(extension.getFiles().getDevLauncherConfig().getAbsolutePath()) + " -Dfabric.dli.env=" + environment.toLowerCase(); | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	// Turns camelCase/PascalCase into Capital Case | 	// Turns camelCase/PascalCase into Capital Case | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue