geforkt von Mirrors/Velocity
Print correct exception when hotspot dump fails
Dieser Commit ist enthalten in:
Ursprung
a4476253ab
Commit
44b1e0c6f9
@ -379,7 +379,7 @@ public final class VelocityCommand {
|
||||
this.heapGenerator.invoke(hotspotMbean, file.toString(), true);
|
||||
} catch (Throwable e1) {
|
||||
// This should not occur
|
||||
throw new RuntimeException(e);
|
||||
throw new RuntimeException(e1);
|
||||
}
|
||||
src.sendMessage(Component.text("Heap dump saved to " + file, NamedTextColor.GREEN));
|
||||
};
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren