mirror of
https://github.com/PaperMC/Velocity.git
synced 2024-11-21 03:11:38 +08:00
Print correct exception when hotspot dump fails
This commit is contained in:
parent
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));
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user