mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix tt show record missing params (#1387)
This commit is contained in:
@@ -462,6 +462,7 @@ public class TimeTunnelCommand extends EnhancerCommand {
|
||||
.setIndex(index)
|
||||
.setTimestamp(tf.getGmtCreate())
|
||||
.setCost(tf.getCost())
|
||||
.setParams(advice.getParams())
|
||||
.setReturn(advice.isAfterReturning())
|
||||
.setReturnObj(advice.getReturnObj())
|
||||
.setThrow(advice.isAfterThrowing())
|
||||
|
||||
Reference in New Issue
Block a user