Merge branch 'master' of github.com:alibaba/arthas

pull/500/head
hengyunabc 6 years ago
commit 6073b22ea6

@ -16,8 +16,6 @@ public class OSUtils {
platform = PlatformEnum.LINUX; platform = PlatformEnum.LINUX;
} else if (OPERATING_SYSTEM_NAME.startsWith("mac") || OPERATING_SYSTEM_NAME.startsWith("darwin")) { } else if (OPERATING_SYSTEM_NAME.startsWith("mac") || OPERATING_SYSTEM_NAME.startsWith("darwin")) {
platform = PlatformEnum.MACOSX; platform = PlatformEnum.MACOSX;
} else if (OPERATING_SYSTEM_NAME.startsWith("mac") || OPERATING_SYSTEM_NAME.startsWith("darwin")) {
platform = PlatformEnum.MACOSX;
} else if (OPERATING_SYSTEM_NAME.startsWith("windows")) { } else if (OPERATING_SYSTEM_NAME.startsWith("windows")) {
platform = PlatformEnum.WINDOWS; platform = PlatformEnum.WINDOWS;
} else { } else {

Loading…
Cancel
Save