From 2bc71691ef92c6f977cb4c7549da145ae11bd919 Mon Sep 17 00:00:00 2001 From: Patrick Quist Date: Sun, 21 Nov 2021 23:53:43 +0100 Subject: Erlang highlight and add to amazon (#3129) --- lib/compilers/erlang.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/compilers/erlang.js') diff --git a/lib/compilers/erlang.js b/lib/compilers/erlang.js index d91da4d16..aa9ebde3f 100644 --- a/lib/compilers/erlang.js +++ b/lib/compilers/erlang.js @@ -72,7 +72,7 @@ export class ErlangCompiler extends BaseCompiler { const versionCmd = this.compilerProps(`compiler.${this.compiler.id}.runtime`); execOptions.timeoutMs = 0; // No timeout for --version. A sort of workaround for slow EFS/NFS on the prod site execOptions.ldPath = this.getSharedLibraryPathsAsLdLibraryPaths([]); - + try { return this.execCompilerCached( versionCmd, @@ -84,7 +84,7 @@ export class ErlangCompiler extends BaseCompiler { return null; } } - + getOutputFilename(dirPath, outputFilebase) { return path.join(dirPath, `${outputFilebase}.S`); } -- cgit v1.2.3