aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/erlang.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/erlang.js')
-rw-r--r--lib/compilers/erlang.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/compilers/erlang.js b/lib/compilers/erlang.js
index b844b822b..d91da4d16 100644
--- a/lib/compilers/erlang.js
+++ b/lib/compilers/erlang.js
@@ -61,8 +61,7 @@ export class ErlangCompiler extends BaseCompiler {
this.parseCompilationOutput(result, transformedInput);
return result;
}
-
-
+
getVersion() {
logger.info(`Gathering ${this.compiler.id} version information on ${this.compiler.exe}...`);
if (this.compiler.explicitVersion) {