fix profiler actions command does not end (#1403)

This commit is contained in:
gongdewei
2020-08-04 11:01:24 +08:00
committed by GitHub
parent ce11773865
commit dc6c61df82
@@ -276,6 +276,7 @@ public class ProfilerCommand extends AnnotatedCommand {
if (ProfilerAction.actions.equals(profilerAction)) {
process.appendResult(new ProfilerModel(actions()));
process.end();
return;
}