mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
Fix profiler command live option (#2684)
This commit is contained in:
@@ -518,7 +518,7 @@ public class ProfilerCommand extends AnnotatedCommand {
|
||||
sb.append("alloc=").append(this.alloc).append(COMMA);
|
||||
}
|
||||
if (this.live) {
|
||||
sb.append(this.live).append(COMMA);
|
||||
sb.append("live").append(COMMA);
|
||||
}
|
||||
if (this.lock!= null) {
|
||||
sb.append("lock=").append(this.lock).append(COMMA);
|
||||
|
||||
Reference in New Issue
Block a user