mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
improve welcome msg
This commit is contained in:
@@ -117,7 +117,7 @@ public class ShellImpl implements Shell {
|
||||
term.closeHandler(new CloseHandler(this));
|
||||
|
||||
if (welcome != null && welcome.length() > 0) {
|
||||
term.write(welcome);
|
||||
term.write(welcome + "\n");
|
||||
term.write("pid: " + session.get(Session.PID) + "\n");
|
||||
term.write("timestamp: " + System.currentTimeMillis() + "\n\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user