mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix profiler actions command does not end (#1403)
This commit is contained in:
@@ -276,6 +276,7 @@ public class ProfilerCommand extends AnnotatedCommand {
|
||||
|
||||
if (ProfilerAction.actions.equals(profilerAction)) {
|
||||
process.appendResult(new ProfilerModel(actions()));
|
||||
process.end();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user