mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix not use arthasHome when constructing ArthasAgent(#2544)
This commit is contained in:
@@ -71,7 +71,7 @@ public class ArthasAgent {
|
||||
* @param arthasHome arthas directory
|
||||
*/
|
||||
public static void attach(String arthasHome) {
|
||||
new ArthasAgent().init();
|
||||
new ArthasAgent(arthasHome).init();
|
||||
}
|
||||
|
||||
public void init() throws IllegalStateException {
|
||||
|
||||
Reference in New Issue
Block a user