We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3ecb3 commit 0dfb40eCopy full SHA for 0dfb40e
src/org/intellij/erlang/sdk/ErlangSdkRelease.java
@@ -61,7 +61,7 @@ public boolean needBifCompletion(@NotNull String moduleName) {
61
62
@Override
63
public String toString() {
64
- return "Erlang/OTP " + getOtpRelease() + " [erts-" + getErtsVersion() + "]";
+ return "OTP " + getOtpRelease() + ", erts-" + getErtsVersion();
65
}
66
67
@Nullable
0 commit comments