diff options
Diffstat (limited to 'lib/compilers/erlang.js')
-rw-r--r-- | lib/compilers/erlang.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/erlang.js b/lib/compilers/erlang.js index ef57b0d01..bef2dfbe9 100644 --- a/lib/compilers/erlang.js +++ b/lib/compilers/erlang.js @@ -80,7 +80,7 @@ export class ErlangCompiler extends BaseCompiler { return this.execCompilerCached( versionCmd, ['-noshell', '-eval', 'io:fwrite("~s~n", [erlang:system_info(otp_release)]), halt().'], - execOptions + execOptions, ); } catch (err) { logger.error(`Unable to get version for compiler '${this.compiler.exe}' - ${err}`); |